@atlaskit/progress-bar 3.0.2 → 3.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,17 @@
1
1
  # @atlaskit/progress-bar
2
2
 
3
+ ## 3.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
+
3
15
  ## 3.0.2
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* progress-bar.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* progress-bar.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
- /* progress-bar.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* progress-bar.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  import "./progress-bar.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* progress-bar.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* progress-bar.tsx generated by @compiled/babel-plugin v0.36.0 */
2
2
  import "./progress-bar.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/progress-bar",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "A progress bar communicates the status of a system process.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/theme": "^14.0.0",
33
- "@atlaskit/tokens": "^3.0.0",
32
+ "@atlaskit/theme": "^14.1.0",
33
+ "@atlaskit/tokens": "^3.3.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@compiled/react": "^0.18.1"
36
36
  },
@@ -42,8 +42,8 @@
42
42
  "@af/integration-testing": "*",
43
43
  "@af/visual-regression": "*",
44
44
  "@atlaskit/visual-regression": "*",
45
- "@testing-library/react": "^12.1.5",
46
- "react-dom": "^16.8.0",
45
+ "@testing-library/react": "^13.4.0",
46
+ "react-dom": "^18.2.0",
47
47
  "typescript": "~5.4.2"
48
48
  },
49
49
  "keywords": [
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import ProgressBar from '../src';
4
-
5
- export default () => <ProgressBar value={0.4} />;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import { SuccessProgressBar } from '../src';
4
-
5
- export default () => <SuccessProgressBar value={0.4} />;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import { TransparentProgressBar } from '../src';
4
-
5
- export default () => <TransparentProgressBar value={0.4} />;