@atlaskit/inline-message 13.1.0 → 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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 13.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.1.0
4
16
 
5
17
  ### Minor Changes
@@ -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
- ._kvh018uv:hover [data-ds--inline-message--button]{text-decoration-color:initial}
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.0 */
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 _kvh018uv _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
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,
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -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
- ._kvh018uv:hover [data-ds--inline-message--button]{text-decoration-color:initial}
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.0 */
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 _kvh018uv _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
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,
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
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";
@@ -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
- ._kvh018uv:hover [data-ds--inline-message--button]{text-decoration-color:initial}
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.0 */
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 _kvh018uv _38q98stv _1o0knqa1 _1yyu1kum", iconColor[appearance]])
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,
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "13.1.0",
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/"
@@ -30,11 +30,11 @@
30
30
  "runReact18": true
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/button": "^20.4.0",
34
- "@atlaskit/icon": "^23.5.0",
33
+ "@atlaskit/button": "^20.5.0",
34
+ "@atlaskit/icon": "^23.9.0",
35
35
  "@atlaskit/inline-dialog": "^16.1.0",
36
- "@atlaskit/primitives": "^13.4.0",
37
- "@atlaskit/theme": "^14.1.0",
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"