@atlaskit/textfield 6.5.3 → 6.5.5
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 +14 -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 +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 6.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#166026](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/166026)
|
|
8
|
+
[`962b5e77810fb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/962b5e77810fb) -
|
|
9
|
+
Adds side-effect config to support Compiled css extraction in third-party apps
|
|
10
|
+
|
|
11
|
+
## 6.5.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.5.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/text-field.js
CHANGED
package/dist/esm/text-field.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textfield",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.5",
|
|
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/"
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"sideEffects":
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"**/*.compiled.css"
|
|
17
|
+
],
|
|
16
18
|
"atlaskit:src": "src/index.tsx",
|
|
17
19
|
"atlassian": {
|
|
18
20
|
"team": "Design System Team",
|
|
@@ -24,8 +26,8 @@
|
|
|
24
26
|
},
|
|
25
27
|
"dependencies": {
|
|
26
28
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
27
|
-
"@atlaskit/theme": "^
|
|
28
|
-
"@atlaskit/tokens": "^2.
|
|
29
|
+
"@atlaskit/theme": "^14.0.0",
|
|
30
|
+
"@atlaskit/tokens": "^2.2.0",
|
|
29
31
|
"@babel/runtime": "^7.0.0",
|
|
30
32
|
"@emotion/react": "^11.7.1"
|
|
31
33
|
},
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
"@af/integration-testing": "*",
|
|
38
40
|
"@af/visual-regression": "*",
|
|
39
41
|
"@atlaskit/codemod-utils": "^4.2.3",
|
|
40
|
-
"@atlaskit/ds-lib": "^3.
|
|
42
|
+
"@atlaskit/ds-lib": "^3.2.0",
|
|
41
43
|
"@atlaskit/ssr": "*",
|
|
42
44
|
"@atlaskit/visual-regression": "*",
|
|
43
45
|
"@atlassian/feature-flags-test-utils": "*",
|
|
@@ -45,7 +47,7 @@
|
|
|
45
47
|
"@testing-library/react": "^12.1.5",
|
|
46
48
|
"jscodeshift": "^0.13.0",
|
|
47
49
|
"react-dom": "^16.8.0",
|
|
48
|
-
"storybook-addon-performance": "^0.
|
|
50
|
+
"storybook-addon-performance": "^0.17.3",
|
|
49
51
|
"typescript": "~5.4.2",
|
|
50
52
|
"wait-for-expect": "^1.2.0"
|
|
51
53
|
},
|