@atlaskit/inline-message 11.4.8 → 11.4.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,17 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 11.4.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f6d92b4a378`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6d92b4a378) - Migrates unit tests from enzyme to RTL.
|
|
8
|
+
|
|
9
|
+
## 11.4.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 11.4.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -25,7 +25,7 @@ interface InlineMessageProps {
|
|
|
25
25
|
*/
|
|
26
26
|
appearance?: IconAppearance;
|
|
27
27
|
/**
|
|
28
|
-
* @deprecated Please avoid using this prop as we intend to remove the prop completely in a future release. See DSP-5207 for more information.
|
|
28
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-162 Internal documentation for deprecation (no external access)} Please avoid using this prop as we intend to remove the prop completely in a future release. See DSP-5207 for more information.
|
|
29
29
|
* Instead use the 'appearance' prop.
|
|
30
30
|
* Set the icon to be used before the title.
|
|
31
31
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.10",
|
|
4
4
|
"description": "An inline message lets users know when important information is available or when an action is required.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@atlaskit/button": "^16.5.0",
|
|
28
28
|
"@atlaskit/icon": "^21.11.0",
|
|
29
29
|
"@atlaskit/inline-dialog": "^13.4.0",
|
|
30
|
-
"@atlaskit/theme": "^12.
|
|
31
|
-
"@atlaskit/tokens": "^
|
|
30
|
+
"@atlaskit/theme": "^12.3.0",
|
|
31
|
+
"@atlaskit/tokens": "^1.2.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
33
|
"@emotion/react": "^11.7.1"
|
|
34
34
|
},
|
|
@@ -43,8 +43,9 @@
|
|
|
43
43
|
"@atlaskit/visual-regression": "*",
|
|
44
44
|
"@atlaskit/webdriver-runner": "*",
|
|
45
45
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
46
|
+
"@emotion/jest": "^11.8.0",
|
|
46
47
|
"@testing-library/react": "^12.1.5",
|
|
47
|
-
"
|
|
48
|
+
"@testing-library/user-event": "^14.4.3",
|
|
48
49
|
"react-dom": "^16.8.0",
|
|
49
50
|
"typescript": "4.5.5"
|
|
50
51
|
},
|
|
@@ -66,8 +67,10 @@
|
|
|
66
67
|
],
|
|
67
68
|
"ui-components": "lite-mode",
|
|
68
69
|
"analytics": "analytics-next",
|
|
69
|
-
"design-tokens":
|
|
70
|
-
|
|
70
|
+
"design-tokens": [
|
|
71
|
+
"color",
|
|
72
|
+
"spacing"
|
|
73
|
+
],
|
|
71
74
|
"deprecation": "no-deprecated-imports"
|
|
72
75
|
}
|
|
73
76
|
},
|