@atlaskit/progress-indicator 11.2.0 → 12.0.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,35 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
8
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
9
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
10
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
11
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
12
+ React 17 may come via non-major semver releases.
13
+
14
+ Please refer this community post for more details:
15
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
21
+ ## 11.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
26
+ [`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
27
+ Bump to the latest version of @compiled/react
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+
3
33
  ## 11.2.0
4
34
 
5
35
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -16,7 +16,7 @@ var _indicator = require("./indicator");
16
16
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var packageName = "@atlaskit/progress-indicator";
19
- var packageVersion = "11.2.0";
19
+ var packageVersion = "12.0.0";
20
20
  var progressIndicatorGapMap = {
21
21
  comfortable: {
22
22
  default: 'space.100',
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
5
5
  import { Box, Inline } from '@atlaskit/primitives/compiled';
6
6
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
7
7
  const packageName = "@atlaskit/progress-indicator";
8
- const packageVersion = "11.2.0";
8
+ const packageVersion = "12.0.0";
9
9
  const progressIndicatorGapMap = {
10
10
  comfortable: {
11
11
  default: 'space.100',
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -6,7 +6,7 @@ import noop from '@atlaskit/ds-lib/noop';
6
6
  import { Box, Inline } from '@atlaskit/primitives/compiled';
7
7
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
8
8
  var packageName = "@atlaskit/progress-indicator";
9
- var packageVersion = "11.2.0";
9
+ var packageVersion = "12.0.0";
10
10
  var progressIndicatorGapMap = {
11
11
  comfortable: {
12
12
  default: 'space.100',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "11.2.0",
3
+ "version": "12.0.0",
4
4
  "description": "A progress indicator shows the user where they are along the steps of a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,17 +25,17 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/analytics-next": "^10.3.0",
29
- "@atlaskit/ds-lib": "^3.5.0",
30
- "@atlaskit/primitives": "^13.4.0",
31
- "@atlaskit/tokens": "^3.3.0",
32
- "@atlaskit/visually-hidden": "^1.6.0",
28
+ "@atlaskit/analytics-next": "^11.0.0",
29
+ "@atlaskit/ds-lib": "^4.0.0",
30
+ "@atlaskit/primitives": "^14.0.0",
31
+ "@atlaskit/tokens": "^4.0.0",
32
+ "@atlaskit/visually-hidden": "^2.0.0",
33
33
  "@babel/runtime": "^7.0.0",
34
- "@compiled/react": "^0.18.1",
34
+ "@compiled/react": "^0.18.2",
35
35
  "bind-event-listener": "^3.0.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
38
+ "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@af/accessibility-testing": "*",