@atlaskit/help-article 6.0.33 → 6.0.35

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/help-article
2
2
 
3
+ ## 6.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d8333dbe8ad56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d8333dbe8ad56) -
8
+ Upgrade help packages for React 19 compatibility (react-next wrapper)
9
+ - Upgraded `react` and `react-dom` peer dependencies to support `^18.2.0 || ^19.0.0`
10
+ - Added `react-intl` as a peer dependency where needed for internationalization
11
+ - Integrated `useRef` for transition handling in BackButton, SearchResults, and RightSidePanel
12
+ - Updated transition components to use `nodeRef` for better performance and animation control
13
+ - Refactored components to use forward refs for improved flexibility with animations
14
+
15
+ - Updated dependencies
16
+
17
+ ## 6.0.34
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 6.0.33
4
24
 
5
25
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./styled.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./styled.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./styled.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./styled.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "6.0.33",
3
+ "version": "6.0.35",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,17 +33,17 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/css-reset": "^7.3.0",
35
35
  "@atlaskit/heading": "^5.3.0",
36
- "@atlaskit/icon": "^32.0.0",
36
+ "@atlaskit/icon": "^32.1.0",
37
37
  "@atlaskit/primitives": "^18.0.0",
38
- "@atlaskit/renderer": "^127.0.0",
39
- "@atlaskit/tokens": "^11.0.0",
38
+ "@atlaskit/renderer": "^128.0.0",
39
+ "@atlaskit/tokens": "^11.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.20.0",
42
42
  "lodash": "^4.17.21"
43
43
  },
44
44
  "peerDependencies": {
45
- "react": "^18.2.0",
46
- "react-dom": "^18.2.0"
45
+ "react": "^18.2.0 || ^19.0.0",
46
+ "react-dom": "^18.2.0 || ^19.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "enzyme": "^3.10.0",