@atlaskit/inline-message 12.2.8 → 12.3.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,27 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 12.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 12.2.9
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 12.2.8
4
26
 
5
27
  ### Patch Changes
@@ -15,8 +15,8 @@ var _colors = require("@atlaskit/theme/colors");
15
15
  var _messageIcon = _interopRequireDefault(require("../message-icon"));
16
16
  /**
17
17
  * @jsxRuntime classic
18
+ * @jsx jsx
18
19
  */
19
- /** @jsx jsx */
20
20
 
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
22
22
 
@@ -9,8 +9,8 @@ var _colors = require("@atlaskit/theme/colors");
9
9
  var _constants = require("../../constants");
10
10
  /**
11
11
  * @jsxRuntime classic
12
+ * @jsx jsx
12
13
  */
13
- /** @jsx jsx */
14
14
 
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
16
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
  import { useCallback, useState } from 'react';
6
6
 
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
 
6
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
7
7
  import { css, jsx } from '@emotion/react';
@@ -1,8 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  /**
3
3
  * @jsxRuntime classic
4
+ * @jsx jsx
4
5
  */
5
- /** @jsx jsx */
6
6
  import { useCallback, useState } from 'react';
7
7
 
8
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
 
6
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
7
7
  import { css, jsx } from '@emotion/react';
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
  import { type FC, type ReactNode } from 'react';
6
6
  import type { IconAppearance, InlineDialogPlacement } from '../../types';
7
7
  interface InlineMessageProps {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
  import type { FC } from 'react';
6
6
  import type { IconAppearance } from '../../types';
7
7
  interface MessageIconProps {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
  import { type FC, type ReactNode } from 'react';
6
6
  import type { IconAppearance, InlineDialogPlacement } from '../../types';
7
7
  interface InlineMessageProps {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @jsxRuntime classic
3
+ * @jsx jsx
3
4
  */
4
- /** @jsx jsx */
5
5
  import type { FC } from 'react';
6
6
  import type { IconAppearance } from '../../types';
7
7
  interface MessageIconProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "12.2.8",
3
+ "version": "12.3.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/"
@@ -32,23 +32,23 @@
32
32
  "runReact18": true
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/button": "^19.0.0",
36
- "@atlaskit/icon": "^22.6.0",
37
- "@atlaskit/inline-dialog": "^14.2.0",
38
- "@atlaskit/primitives": "^11.0.0",
39
- "@atlaskit/theme": "^12.11.0",
40
- "@atlaskit/tokens": "^1.56.0",
35
+ "@atlaskit/button": "^19.2.0",
36
+ "@atlaskit/icon": "^22.12.0",
37
+ "@atlaskit/inline-dialog": "^14.3.0",
38
+ "@atlaskit/primitives": "^12.0.0",
39
+ "@atlaskit/theme": "^12.12.0",
40
+ "@atlaskit/tokens": "^1.58.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
45
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@af/accessibility-testing": "*",
49
49
  "@af/integration-testing": "*",
50
50
  "@af/visual-regression": "*",
51
- "@atlaskit/ds-lib": "^2.3.0",
51
+ "@atlaskit/ds-lib": "^2.4.0",
52
52
  "@atlaskit/ssr": "*",
53
53
  "@atlaskit/visual-regression": "*",
54
54
  "@emotion/jest": "^11.8.0",
@@ -91,10 +91,6 @@
91
91
  }
92
92
  },
93
93
  "platform-feature-flags": {
94
- "platform.design-system-team.layering_qmiw3": {
95
- "type": "boolean",
96
- "referenceOnly": true
97
- },
98
94
  "platform.design-system-team.inline-message-layering_wfp1p": {
99
95
  "type": "boolean",
100
96
  "referenceOnly": true