@atlaskit/textfield 6.7.0 → 6.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/textfield
2
2
 
3
+ ## 6.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.7.0
4
10
 
5
11
  ### Minor Changes
@@ -133,6 +133,7 @@ var inputStyles = exports.inputStyles = function inputStyles() {
133
133
  fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"
134
134
  }, _primitives.media.above.xs, {
135
135
  // Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
136
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
136
137
  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
137
138
  }),
138
139
  '&[data-compact]': {
@@ -27,7 +27,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
27
27
  var analyticsParams = {
28
28
  componentName: 'textField',
29
29
  packageName: "@atlaskit/textfield",
30
- packageVersion: "6.7.0"
30
+ packageVersion: "6.7.1"
31
31
  };
32
32
 
33
33
  /**
@@ -120,6 +120,7 @@ export const inputStyles = () => ({
120
120
  fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
121
121
  [media.above.xs]: {
122
122
  // Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
123
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
123
124
  fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined
124
125
  }
125
126
  },
@@ -12,7 +12,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
12
12
  const analyticsParams = {
13
13
  componentName: 'textField',
14
14
  packageName: "@atlaskit/textfield",
15
- packageVersion: "6.7.0"
15
+ packageVersion: "6.7.1"
16
16
  };
17
17
 
18
18
  /**
@@ -126,6 +126,7 @@ export var inputStyles = function inputStyles() {
126
126
  fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"
127
127
  }, media.above.xs, {
128
128
  // Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
129
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
129
130
  fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined
130
131
  }),
131
132
  '&[data-compact]': {
@@ -18,7 +18,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
18
18
  var analyticsParams = {
19
19
  componentName: 'textField',
20
20
  packageName: "@atlaskit/textfield",
21
- packageVersion: "6.7.0"
21
+ packageVersion: "6.7.1"
22
22
  };
23
23
 
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "description": "A text field is an input that allows a user to write or edit text.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,11 +25,11 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/analytics-next": "^10.1.0",
28
+ "@atlaskit/analytics-next": "^10.2.0",
29
29
  "@atlaskit/platform-feature-flags": "^0.3.0",
30
30
  "@atlaskit/primitives": "^13.3.0",
31
31
  "@atlaskit/theme": "^14.0.0",
32
- "@atlaskit/tokens": "^2.4.0",
32
+ "@atlaskit/tokens": "^3.0.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@emotion/react": "^11.7.1"
35
35
  },