@atlaskit/textfield 8.0.7 → 8.0.8

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,13 @@
1
1
  # @atlaskit/textfield
2
2
 
3
+ ## 8.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
8
+ [`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
9
+ Migrated usage of renamed/deprecated icons
10
+
3
11
  ## 8.0.7
4
12
 
5
13
  ### Patch Changes
@@ -28,7 +28,7 @@ var inputMediaDisabled = null;
28
28
  var analyticsParams = {
29
29
  componentName: 'textField',
30
30
  packageName: "@atlaskit/textfield",
31
- packageVersion: "8.0.6"
31
+ packageVersion: "8.0.7"
32
32
  };
33
33
  var disabledStyle = {
34
34
  standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
@@ -13,7 +13,7 @@ const inputMediaDisabled = null;
13
13
  const analyticsParams = {
14
14
  componentName: 'textField',
15
15
  packageName: "@atlaskit/textfield",
16
- packageVersion: "8.0.6"
16
+ packageVersion: "8.0.7"
17
17
  };
18
18
  const disabledStyle = {
19
19
  standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
@@ -19,7 +19,7 @@ var inputMediaDisabled = null;
19
19
  var analyticsParams = {
20
20
  componentName: 'textField',
21
21
  packageName: "@atlaskit/textfield",
22
- packageVersion: "8.0.6"
22
+ packageVersion: "8.0.7"
23
23
  };
24
24
  var disabledStyle = {
25
25
  standard: "_1h6dsyzs _bfhksyzs _syaz1lh4 _80om13gf",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/textfield",
3
- "version": "8.0.7",
3
+ "version": "8.0.8",
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/"
@@ -27,7 +27,7 @@
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
28
  "@atlaskit/platform-feature-flags": "^1.1.0",
29
29
  "@atlaskit/theme": "^19.0.0",
30
- "@atlaskit/tokens": "^5.4.0",
30
+ "@atlaskit/tokens": "^5.6.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@compiled/react": "^0.18.3"
33
33
  },
@@ -41,9 +41,9 @@
41
41
  "@atlaskit/avatar": "^25.1.0",
42
42
  "@atlaskit/button": "^23.2.0",
43
43
  "@atlaskit/docs": "^11.0.0",
44
- "@atlaskit/ds-lib": "^4.0.0",
44
+ "@atlaskit/ds-lib": "^4.1.0",
45
45
  "@atlaskit/form": "^12.0.0",
46
- "@atlaskit/icon": "^27.3.0",
46
+ "@atlaskit/icon": "^27.5.0",
47
47
  "@atlaskit/link": "^3.2.0",
48
48
  "@atlaskit/primitives": "^14.10.0",
49
49
  "@atlaskit/section-message": "^8.2.0",