@atlaskit/inline-message 15.5.7 → 15.5.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 +6 -0
- package/dist/cjs/components/inline-message/index.js +1 -1
- package/dist/cjs/components/message-icon/index.js +1 -1
- package/dist/es2019/components/inline-message/index.js +1 -1
- package/dist/es2019/components/message-icon/index.js +1 -1
- package/dist/esm/components/inline-message/index.js +1 -1
- package/dist/esm/components/message-icon/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "15.5.
|
|
3
|
+
"version": "15.5.8",
|
|
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/"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/button": "^23.10.0",
|
|
28
|
-
"@atlaskit/ds-lib": "^
|
|
28
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
29
29
|
"@atlaskit/icon": "^32.0.0",
|
|
30
30
|
"@atlaskit/link": "^3.3.0",
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@atlaskit/popup": "^4.13.0",
|
|
34
34
|
"@atlaskit/primitives": "^18.0.0",
|
|
35
35
|
"@atlaskit/theme": "^22.0.0",
|
|
36
|
-
"@atlaskit/tokens": "^11.
|
|
36
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
37
37
|
"@babel/runtime": "^7.0.0",
|
|
38
|
-
"@compiled/react": "^0.
|
|
38
|
+
"@compiled/react": "^0.20.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.2.0"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@af/accessibility-testing": "workspace:^",
|
|
45
45
|
"@af/integration-testing": "workspace:^",
|
|
46
46
|
"@af/visual-regression": "workspace:^",
|
|
47
|
-
"@atlaskit/docs": "^11.
|
|
47
|
+
"@atlaskit/docs": "^11.6.0",
|
|
48
48
|
"@atlaskit/heading": "^5.3.0",
|
|
49
49
|
"@atlaskit/modal-dialog": "^14.11.0",
|
|
50
50
|
"@atlaskit/section-message": "^8.12.0",
|