@atlaskit/inline-message 13.1.1 → 13.1.2
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.compiled.css +1 -1
- package/dist/cjs/components/inline-message/index.js +2 -2
- package/dist/cjs/components/message-icon/index.js +1 -1
- package/dist/es2019/components/inline-message/index.compiled.css +1 -1
- package/dist/es2019/components/inline-message/index.js +2 -2
- package/dist/es2019/components/message-icon/index.js +1 -1
- package/dist/esm/components/inline-message/index.compiled.css +1 -1
- package/dist/esm/components/inline-message/index.js +2 -2
- package/dist/esm/components/message-icon/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
._1o0knqa1:hover [data-ds--inline-message--button]{text-decoration-style:solid}
|
|
3
3
|
._1yyu1kum:hover [data-ds--inline-message--icon]{color:var(--icon-accent-color)}
|
|
4
4
|
._38q98stv:hover [data-ds--inline-message--button]{text-decoration-line:underline}
|
|
5
|
-
.
|
|
5
|
+
._kvh01r31:hover [data-ds--inline-message--button]{text-decoration-color:currentColor}
|
|
6
6
|
._p12f1osq{max-width:100%}
|
|
7
7
|
._x5v913wx{--icon-accent-color:var(--ds-icon-discovery,#8777d9)}
|
|
8
8
|
._x5v91fgg{--icon-accent-color:var(--ds-icon-success,#57d9a3)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -80,7 +80,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
80
80
|
}
|
|
81
81
|
return /*#__PURE__*/React.createElement("div", {
|
|
82
82
|
"data-testid": testId,
|
|
83
|
-
className: (0, _runtime.ax)(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y
|
|
83
|
+
className: (0, _runtime.ax)(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y _kvh01r31 _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
|
|
84
84
|
}, /*#__PURE__*/React.createElement(_inlineDialog.default, {
|
|
85
85
|
onClose: onCloseDialog,
|
|
86
86
|
content: children,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
._1o0knqa1:hover [data-ds--inline-message--button]{text-decoration-style:solid}
|
|
3
3
|
._1yyu1kum:hover [data-ds--inline-message--icon]{color:var(--icon-accent-color)}
|
|
4
4
|
._38q98stv:hover [data-ds--inline-message--button]{text-decoration-line:underline}
|
|
5
|
-
.
|
|
5
|
+
._kvh01r31:hover [data-ds--inline-message--button]{text-decoration-color:currentColor}
|
|
6
6
|
._p12f1osq{max-width:100%}
|
|
7
7
|
._x5v913wx{--icon-accent-color:var(--ds-icon-discovery,#8777d9)}
|
|
8
8
|
._x5v91fgg{--icon-accent-color:var(--ds-icon-success,#57d9a3)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -59,7 +59,7 @@ const InlineMessage = ({
|
|
|
59
59
|
}
|
|
60
60
|
return /*#__PURE__*/React.createElement("div", {
|
|
61
61
|
"data-testid": testId,
|
|
62
|
-
className: ax(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y
|
|
62
|
+
className: ax(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y _kvh01r31 _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
|
|
63
63
|
}, /*#__PURE__*/React.createElement(InlineDialog, {
|
|
64
64
|
onClose: onCloseDialog,
|
|
65
65
|
content: children,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
._1o0knqa1:hover [data-ds--inline-message--button]{text-decoration-style:solid}
|
|
3
3
|
._1yyu1kum:hover [data-ds--inline-message--icon]{color:var(--icon-accent-color)}
|
|
4
4
|
._38q98stv:hover [data-ds--inline-message--button]{text-decoration-line:underline}
|
|
5
|
-
.
|
|
5
|
+
._kvh01r31:hover [data-ds--inline-message--button]{text-decoration-color:currentColor}
|
|
6
6
|
._p12f1osq{max-width:100%}
|
|
7
7
|
._x5v913wx{--icon-accent-color:var(--ds-icon-discovery,#8777d9)}
|
|
8
8
|
._x5v91fgg{--icon-accent-color:var(--ds-icon-success,#57d9a3)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -70,7 +70,7 @@ var InlineMessage = function InlineMessage(_ref) {
|
|
|
70
70
|
}
|
|
71
71
|
return /*#__PURE__*/React.createElement("div", {
|
|
72
72
|
"data-testid": testId,
|
|
73
|
-
className: ax(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y
|
|
73
|
+
className: ax(["_1e0c1o8l _p12f1osq _nt751r31 _49pcnqa1 _1hvwt94y _kvh01r31 _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
|
|
74
74
|
}, /*#__PURE__*/React.createElement(InlineDialog, {
|
|
75
75
|
onClose: onCloseDialog,
|
|
76
76
|
content: children,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-message",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.2",
|
|
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/"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/button": "^20.5.0",
|
|
34
|
-
"@atlaskit/icon": "^23.
|
|
34
|
+
"@atlaskit/icon": "^23.9.0",
|
|
35
35
|
"@atlaskit/inline-dialog": "^16.1.0",
|
|
36
|
-
"@atlaskit/primitives": "^13.
|
|
37
|
-
"@atlaskit/theme": "^
|
|
36
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
37
|
+
"@atlaskit/theme": "^16.0.0",
|
|
38
38
|
"@atlaskit/tokens": "^3.3.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0",
|
|
40
40
|
"@compiled/react": "^0.18.1"
|