@atlaskit/textfield 9.0.0 → 9.0.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 +9 -0
- package/dist/cjs/text-field.js +1 -1
- package/dist/es2019/text-field.js +1 -1
- package/dist/esm/text-field.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
|
+
gating.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 9.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
package/dist/cjs/text-field.js
CHANGED
|
@@ -28,7 +28,7 @@ var inputMediaDisabled = null;
|
|
|
28
28
|
var analyticsParams = {
|
|
29
29
|
componentName: 'textField',
|
|
30
30
|
packageName: "@atlaskit/textfield",
|
|
31
|
-
packageVersion: "
|
|
31
|
+
packageVersion: "9.0.0"
|
|
32
32
|
};
|
|
33
33
|
var disabledStyle = {
|
|
34
34
|
standard: "_1h6d187o _bfhk187o _syaz1gmx _80om13gf",
|
|
@@ -13,7 +13,7 @@ const inputMediaDisabled = null;
|
|
|
13
13
|
const analyticsParams = {
|
|
14
14
|
componentName: 'textField',
|
|
15
15
|
packageName: "@atlaskit/textfield",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.0.0"
|
|
17
17
|
};
|
|
18
18
|
const disabledStyle = {
|
|
19
19
|
standard: "_1h6d187o _bfhk187o _syaz1gmx _80om13gf",
|
package/dist/esm/text-field.js
CHANGED
|
@@ -19,7 +19,7 @@ var inputMediaDisabled = null;
|
|
|
19
19
|
var analyticsParams = {
|
|
20
20
|
componentName: 'textField',
|
|
21
21
|
packageName: "@atlaskit/textfield",
|
|
22
|
-
packageVersion: "
|
|
22
|
+
packageVersion: "9.0.0"
|
|
23
23
|
};
|
|
24
24
|
var disabledStyle = {
|
|
25
25
|
standard: "_1h6d187o _bfhk187o _syaz1gmx _80om13gf",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textfield",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.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/"
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/analytics-next": "^12.0.0",
|
|
35
35
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
36
|
-
"@atlaskit/tokens": "^
|
|
36
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
37
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
37
38
|
"@babel/runtime": "^7.0.0",
|
|
38
39
|
"@compiled/react": "^0.20.0"
|
|
39
40
|
},
|
|
@@ -45,15 +46,14 @@
|
|
|
45
46
|
"@af/integration-testing": "workspace:^",
|
|
46
47
|
"@af/visual-regression": "workspace:^",
|
|
47
48
|
"@atlaskit/avatar": "^26.0.0",
|
|
48
|
-
"@atlaskit/button": "^24.
|
|
49
|
+
"@atlaskit/button": "^24.1.0",
|
|
49
50
|
"@atlaskit/docs": "^12.0.0",
|
|
50
51
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
51
52
|
"@atlaskit/form": "^16.0.0",
|
|
52
53
|
"@atlaskit/icon": "^36.0.0",
|
|
53
54
|
"@atlaskit/link": "^4.0.0",
|
|
54
55
|
"@atlaskit/primitives": "^20.0.0",
|
|
55
|
-
"@atlaskit/section-message": "^9.
|
|
56
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
56
|
+
"@atlaskit/section-message": "^9.1.0",
|
|
57
57
|
"@atlassian/ssr-tests": "workspace:^",
|
|
58
58
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
59
59
|
"@testing-library/react": "^16.3.0",
|