@atlaskit/textfield 5.1.9 → 5.1.10

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
+ ## 5.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
8
+
3
9
  ## 5.1.9
4
10
 
5
11
  ### Patch Changes
@@ -40,7 +40,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
40
40
  var analyticsParams = {
41
41
  componentName: 'textField',
42
42
  packageName: "@atlaskit/textfield",
43
- packageVersion: "5.1.9"
43
+ packageVersion: "5.1.10"
44
44
  };
45
45
  var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
46
46
  var _props$appearance = props.appearance,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
4
4
  "sideEffects": false
5
5
  }
@@ -9,7 +9,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
9
9
  const analyticsParams = {
10
10
  componentName: 'textField',
11
11
  packageName: "@atlaskit/textfield",
12
- packageVersion: "5.1.9"
12
+ packageVersion: "5.1.10"
13
13
  };
14
14
  const Textfield = /*#__PURE__*/forwardRef((props, ref) => {
15
15
  const {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
4
4
  "sideEffects": false
5
5
  }
@@ -17,7 +17,7 @@ import { containerStyles as getContainerStyles, inputStyles as getInputStyles }
17
17
  var analyticsParams = {
18
18
  componentName: 'textField',
19
19
  packageName: "@atlaskit/textfield",
20
- packageVersion: "5.1.9"
20
+ packageVersion: "5.1.10"
21
21
  };
22
22
  var Textfield = /*#__PURE__*/forwardRef(function (props, ref) {
23
23
  var _props$appearance = props.appearance,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
4
4
  "sideEffects": false
5
5
  }
@@ -68,12 +68,12 @@ export declare const inputStyles: (mode: ThemeModes) => {
68
68
  readonly fontFamily: string;
69
69
  };
70
70
  readonly '&[data-compact]': {
71
- readonly padding: string;
72
- readonly height: string;
71
+ readonly padding: `${number}px ${number}px`;
72
+ readonly height: `${string}em`;
73
73
  };
74
74
  readonly '&:not([data-compact])': {
75
- readonly padding: string;
76
- readonly height: string;
75
+ readonly padding: `${number}px ${number}px`;
76
+ readonly height: `${string}em`;
77
77
  };
78
78
  readonly '&[disabled]': {
79
79
  readonly WebkitTextFillColor: "var(--ds-text-disabled)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
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/"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@atlaskit/avatar": "^20.5.0",
39
- "@atlaskit/button": "^16.2.0",
39
+ "@atlaskit/button": "^16.3.0",
40
40
  "@atlaskit/docs": "*",
41
41
  "@atlaskit/form": "^8.5.0",
42
42
  "@atlaskit/icon": "^21.10.0",
@@ -51,7 +51,7 @@
51
51
  "jscodeshift": "^0.13.0",
52
52
  "react-dom": "^16.8.0",
53
53
  "storybook-addon-performance": "^0.16.0",
54
- "typescript": "3.9.10",
54
+ "typescript": "4.2.4",
55
55
  "wait-for-expect": "^1.2.0"
56
56
  },
57
57
  "keywords": [