@atlaskit/progress-indicator 11.1.1 → 11.2.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 +12 -0
- package/dist/cjs/components/indicator.compiled.css +4 -1
- package/dist/cjs/components/indicator.js +2 -2
- package/dist/cjs/components/progress-dots.js +1 -1
- package/dist/es2019/components/indicator.compiled.css +4 -1
- package/dist/es2019/components/indicator.js +2 -2
- package/dist/es2019/components/progress-dots.js +1 -1
- package/dist/esm/components/indicator.compiled.css +4 -1
- package/dist/esm/components/indicator.js +2 -2
- package/dist/esm/components/progress-dots.js +1 -1
- package/package.json +8 -8
- package/__perf__/default.tsx +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/progress-indicator
|
|
2
2
|
|
|
3
|
+
## 11.2.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
|
## 11.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
._19it1ps9{border:var(--ds-border-width,1px) solid var(--ds-border-inverse,#fff)}
|
|
3
3
|
._19itt9ly{border:var(--ds-border-width,1px) solid var(--ds-border-bold,#758195)}
|
|
4
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
5
4
|
._2rko14q2{border-radius:var(--ds-border-radius-circle,2002pc)}._12ji1r31{outline-color:currentColor}
|
|
6
5
|
._12y3idpf{outline-width:0}
|
|
6
|
+
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
7
7
|
._1bsbg7kr{width:var(--ds-dots-size)}
|
|
8
8
|
._1cs8stnw:before{position:absolute}
|
|
9
9
|
._1kt9b3bt:before{content:""}
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
._1qu2glyw{outline-style:none}
|
|
12
12
|
._4t3ig7kr{height:var(--ds-dots-size)}
|
|
13
13
|
._80omtlke{cursor:pointer}
|
|
14
|
+
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
14
15
|
._cfu11ule:before{display:block}
|
|
15
16
|
._iajm1yh4:before{inset-block-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
16
17
|
._kfgt1th6:before{height:calc(var(--ds-dots-size) + var(--ds-dots-margin))}
|
|
17
18
|
._kqswh2mm{position:relative}
|
|
19
|
+
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
20
|
+
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
18
21
|
._z5wt1yh4:before{inset-inline-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* indicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -25,7 +25,7 @@ var colorBorderMap = {
|
|
|
25
25
|
primary: "_19itt9ly"
|
|
26
26
|
};
|
|
27
27
|
var buttonStyle = {
|
|
28
|
-
root: "
|
|
28
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _80omtlke"
|
|
29
29
|
};
|
|
30
30
|
var backgroundColor = function backgroundColor(isSelected) {
|
|
31
31
|
if (!isSelected) {
|
|
@@ -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.
|
|
19
|
+
var packageVersion = "11.2.0";
|
|
20
20
|
var progressIndicatorGapMap = {
|
|
21
21
|
comfortable: {
|
|
22
22
|
default: 'space.100',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
._19it1ps9{border:var(--ds-border-width,1px) solid var(--ds-border-inverse,#fff)}
|
|
3
3
|
._19itt9ly{border:var(--ds-border-width,1px) solid var(--ds-border-bold,#758195)}
|
|
4
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
5
4
|
._2rko14q2{border-radius:var(--ds-border-radius-circle,2002pc)}._12ji1r31{outline-color:currentColor}
|
|
6
5
|
._12y3idpf{outline-width:0}
|
|
6
|
+
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
7
7
|
._1bsbg7kr{width:var(--ds-dots-size)}
|
|
8
8
|
._1cs8stnw:before{position:absolute}
|
|
9
9
|
._1kt9b3bt:before{content:""}
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
._1qu2glyw{outline-style:none}
|
|
12
12
|
._4t3ig7kr{height:var(--ds-dots-size)}
|
|
13
13
|
._80omtlke{cursor:pointer}
|
|
14
|
+
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
14
15
|
._cfu11ule:before{display:block}
|
|
15
16
|
._iajm1yh4:before{inset-block-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
16
17
|
._kfgt1th6:before{height:calc(var(--ds-dots-size) + var(--ds-dots-margin))}
|
|
17
18
|
._kqswh2mm{position:relative}
|
|
19
|
+
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
20
|
+
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
18
21
|
._z5wt1yh4:before{inset-inline-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* indicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import "./indicator.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -15,7 +15,7 @@ const colorBorderMap = {
|
|
|
15
15
|
primary: "_19itt9ly"
|
|
16
16
|
};
|
|
17
17
|
const buttonStyle = {
|
|
18
|
-
root: "
|
|
18
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _80omtlke"
|
|
19
19
|
};
|
|
20
20
|
const backgroundColor = isSelected => {
|
|
21
21
|
if (!isSelected) {
|
|
@@ -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.
|
|
8
|
+
const packageVersion = "11.2.0";
|
|
9
9
|
const progressIndicatorGapMap = {
|
|
10
10
|
comfortable: {
|
|
11
11
|
default: 'space.100',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
._19it1ps9{border:var(--ds-border-width,1px) solid var(--ds-border-inverse,#fff)}
|
|
3
3
|
._19itt9ly{border:var(--ds-border-width,1px) solid var(--ds-border-bold,#758195)}
|
|
4
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
5
4
|
._2rko14q2{border-radius:var(--ds-border-radius-circle,2002pc)}._12ji1r31{outline-color:currentColor}
|
|
6
5
|
._12y3idpf{outline-width:0}
|
|
6
|
+
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
7
7
|
._1bsbg7kr{width:var(--ds-dots-size)}
|
|
8
8
|
._1cs8stnw:before{position:absolute}
|
|
9
9
|
._1kt9b3bt:before{content:""}
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
._1qu2glyw{outline-style:none}
|
|
12
12
|
._4t3ig7kr{height:var(--ds-dots-size)}
|
|
13
13
|
._80omtlke{cursor:pointer}
|
|
14
|
+
._ca0qze3t{padding-top:var(--ds-space-0,0)}
|
|
14
15
|
._cfu11ule:before{display:block}
|
|
15
16
|
._iajm1yh4:before{inset-block-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
16
17
|
._kfgt1th6:before{height:calc(var(--ds-dots-size) + var(--ds-dots-margin))}
|
|
17
18
|
._kqswh2mm{position:relative}
|
|
19
|
+
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
20
|
+
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
18
21
|
._z5wt1yh4:before{inset-inline-start:calc(var(--ds-dots-margin)*-1/2)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* indicator.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* indicator.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import "./indicator.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -15,7 +15,7 @@ var colorBorderMap = {
|
|
|
15
15
|
primary: "_19itt9ly"
|
|
16
16
|
};
|
|
17
17
|
var buttonStyle = {
|
|
18
|
-
root: "
|
|
18
|
+
root: "_12ji1r31 _1qu2glyw _12y3idpf _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _80omtlke"
|
|
19
19
|
};
|
|
20
20
|
var backgroundColor = function backgroundColor(isSelected) {
|
|
21
21
|
if (!isSelected) {
|
|
@@ -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.
|
|
9
|
+
var packageVersion = "11.2.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.
|
|
3
|
+
"version": "11.2.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,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/analytics-next": "^10.
|
|
29
|
-
"@atlaskit/ds-lib": "^3.
|
|
30
|
-
"@atlaskit/primitives": "^13.
|
|
31
|
-
"@atlaskit/tokens": "^3.
|
|
32
|
-
"@atlaskit/visually-hidden": "^1.
|
|
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",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.18.1",
|
|
35
35
|
"bind-event-listener": "^3.0.0"
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@af/visual-regression": "*",
|
|
44
44
|
"@atlaskit/ssr": "*",
|
|
45
45
|
"@atlaskit/visual-regression": "*",
|
|
46
|
-
"@testing-library/react": "^
|
|
46
|
+
"@testing-library/react": "^13.4.0",
|
|
47
47
|
"@testing-library/user-event": "^14.4.3",
|
|
48
48
|
"@types/jscodeshift": "^0.11.0",
|
|
49
49
|
"jscodeshift": "^0.13.0",
|
|
50
|
-
"react-dom": "^
|
|
50
|
+
"react-dom": "^18.2.0",
|
|
51
51
|
"react-lorem-component": "^0.13.0",
|
|
52
52
|
"typescript": "~5.4.2"
|
|
53
53
|
},
|