@atlaskit/inline-message 13.0.2 → 13.1.0

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,25 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 13.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 13.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - [#108679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108679)
20
+ [`b35940a97f3a8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b35940a97f3a8) -
21
+ Update dev dependencies.
22
+
3
23
  ## 13.0.2
4
24
 
5
25
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./index.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.0 */
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.0.2",
3
+ "version": "13.1.0",
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,12 +30,12 @@
30
30
  "runReact18": true
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/button": "^20.3.0",
34
- "@atlaskit/icon": "^23.3.0",
35
- "@atlaskit/inline-dialog": "^16.0.0",
36
- "@atlaskit/primitives": "^13.3.0",
37
- "@atlaskit/theme": "^14.0.0",
38
- "@atlaskit/tokens": "^3.0.0",
33
+ "@atlaskit/button": "^20.4.0",
34
+ "@atlaskit/icon": "^23.5.0",
35
+ "@atlaskit/inline-dialog": "^16.1.0",
36
+ "@atlaskit/primitives": "^13.4.0",
37
+ "@atlaskit/theme": "^14.1.0",
38
+ "@atlaskit/tokens": "^3.3.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@compiled/react": "^0.18.1"
41
41
  },
@@ -46,13 +46,17 @@
46
46
  "@af/accessibility-testing": "*",
47
47
  "@af/integration-testing": "*",
48
48
  "@af/visual-regression": "*",
49
- "@atlaskit/ds-lib": "^3.3.0",
49
+ "@atlaskit/docs": "*",
50
+ "@atlaskit/ds-lib": "^3.5.0",
51
+ "@atlaskit/heading": "^4.1.0",
52
+ "@atlaskit/link": "^2.1.0",
53
+ "@atlaskit/modal-dialog": "^12.20.0",
54
+ "@atlaskit/section-message": "*",
50
55
  "@atlaskit/ssr": "*",
51
- "@atlaskit/visual-regression": "*",
52
56
  "@emotion/jest": "^11.8.0",
53
- "@testing-library/react": "^12.1.5",
57
+ "@testing-library/react": "^13.4.0",
54
58
  "@testing-library/user-event": "^14.4.3",
55
- "react-dom": "^16.8.0",
59
+ "react-dom": "^18.2.0",
56
60
  "typescript": "~5.4.2"
57
61
  },
58
62
  "keywords": [
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
-
3
- import InlineMessage from '../src';
4
-
5
- export default () => (
6
- <div>
7
- <InlineMessage title="Inline Message Title Example" secondaryText="Secondary Text">
8
- <p>Primary and secondary text dialog</p>
9
- </InlineMessage>
10
- </div>
11
- );