@atlaskit/progress-tracker 9.3.0 → 9.3.1
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 +6 -0
- package/dist/cjs/internal/stage.compiled.css +4 -1
- package/dist/cjs/internal/stage.js +2 -1
- package/dist/cjs/progress-tracker.compiled.css +5 -2
- package/dist/cjs/progress-tracker.js +1 -1
- package/dist/es2019/internal/stage.compiled.css +4 -1
- package/dist/es2019/internal/stage.js +1 -1
- package/dist/es2019/progress-tracker.compiled.css +5 -2
- package/dist/es2019/progress-tracker.js +1 -1
- package/dist/esm/internal/stage.compiled.css +4 -1
- package/dist/esm/internal/stage.js +2 -1
- package/dist/esm/progress-tracker.compiled.css +5 -2
- package/dist/esm/progress-tracker.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18s8ze3t{margin:var(--ds-space-0,0)}
|
|
3
2
|
._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
3
|
._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
|
+
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
5
5
|
._1bsb1osq{width:100%}
|
|
6
6
|
._1ez2kb7n.fade-appear.fade-appear-active{opacity:1}
|
|
7
7
|
._1i4q1hna{overflow-wrap:break-word}
|
|
8
8
|
._1pfhv47k{margin-block-start:var(--ds-space-250,20px)}
|
|
9
|
+
._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
|
|
9
10
|
._1uuw17dr.fade-appear{opacity:.01}
|
|
11
|
+
._6rthze3t{margin-block-end:var(--ds-space-0,0)}
|
|
12
|
+
._ahbqze3t{margin-inline-start:var(--ds-space-0,0)}
|
|
10
13
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
11
14
|
._k48pmoej{font-weight:var(--ds-font-weight-bold,700)}
|
|
12
15
|
._kqswh2mm{position:relative}
|
|
@@ -11,6 +11,7 @@ require("./stage.compiled.css");
|
|
|
11
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
12
|
var React = _react;
|
|
13
13
|
var _runtime = require("@compiled/react/runtime");
|
|
14
|
+
var _readOnlyError2 = _interopRequireDefault(require("@babel/runtime/helpers/readOnlyError"));
|
|
14
15
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
15
16
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
16
17
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
@@ -136,7 +137,7 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
|
|
|
136
137
|
,
|
|
137
138
|
style: listInlineStyles,
|
|
138
139
|
"aria-current": ariaCurrent,
|
|
139
|
-
className: (0, _runtime.ax)(["
|
|
140
|
+
className: (0, _runtime.ax)(["_6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t _1i4q1hna"])
|
|
140
141
|
}, /*#__PURE__*/React.createElement(_compiled.Box, {
|
|
141
142
|
xcss: styles.listItemContent
|
|
142
143
|
}, /*#__PURE__*/React.createElement(_reactTransitionGroup.CSSTransition, {
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
3
2
|
._zulp6odm{gap:var(--ds--pt--sp)}._18u01wug{margin-left:auto}
|
|
4
3
|
._19pkidpf{margin-top:0}
|
|
5
4
|
._1bsb1osq{width:100%}
|
|
6
5
|
._1e0c11p5{display:grid}
|
|
6
|
+
._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
|
|
7
7
|
._2hwx1wug{margin-right:auto}
|
|
8
8
|
._2mzuglyw{list-style-type:none}
|
|
9
|
+
._85i5ze3t{padding-block-end:var(--ds-space-0,0)}
|
|
10
|
+
._bozgze3t{padding-inline-start:var(--ds-space-0,0)}
|
|
9
11
|
._otyridpf{margin-bottom:0}
|
|
10
|
-
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
12
|
+
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
13
|
+
._y4tize3t{padding-inline-end:var(--ds-space-0,0)}
|
|
@@ -120,7 +120,7 @@ var ProgressTracker = function ProgressTracker(_ref) {
|
|
|
120
120
|
,
|
|
121
121
|
style: listInlineStyles,
|
|
122
122
|
"aria-label": label,
|
|
123
|
-
className: (0, _runtime.ax)(["_19pkidpf _2hwx1wug _otyridpf _18u01wug
|
|
123
|
+
className: (0, _runtime.ax)(["_19pkidpf _2hwx1wug _otyridpf _18u01wug _zulp6odm _1e0c11p5 _1bsb1osq _2mzuglyw _85i5ze3t _1q51ze3t _y4tize3t _bozgze3t _rxvc1jfw"])
|
|
124
124
|
}, progressItems);
|
|
125
125
|
};
|
|
126
126
|
var _default = exports.default = ProgressTracker;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18s8ze3t{margin:var(--ds-space-0,0)}
|
|
3
2
|
._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
3
|
._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
|
+
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
5
5
|
._1bsb1osq{width:100%}
|
|
6
6
|
._1ez2kb7n.fade-appear.fade-appear-active{opacity:1}
|
|
7
7
|
._1i4q1hna{overflow-wrap:break-word}
|
|
8
8
|
._1pfhv47k{margin-block-start:var(--ds-space-250,20px)}
|
|
9
|
+
._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
|
|
9
10
|
._1uuw17dr.fade-appear{opacity:.01}
|
|
11
|
+
._6rthze3t{margin-block-end:var(--ds-space-0,0)}
|
|
12
|
+
._ahbqze3t{margin-inline-start:var(--ds-space-0,0)}
|
|
10
13
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
11
14
|
._k48pmoej{font-weight:var(--ds-font-weight-bold,700)}
|
|
12
15
|
._kqswh2mm{position:relative}
|
|
@@ -116,7 +116,7 @@ export default class ProgressTrackerStage extends PureComponent {
|
|
|
116
116
|
,
|
|
117
117
|
style: listInlineStyles,
|
|
118
118
|
"aria-current": ariaCurrent,
|
|
119
|
-
className: ax(["
|
|
119
|
+
className: ax(["_6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t _1i4q1hna"])
|
|
120
120
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
121
121
|
xcss: styles.listItemContent
|
|
122
122
|
}, /*#__PURE__*/React.createElement(CSSTransition, {
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
3
2
|
._zulp6odm{gap:var(--ds--pt--sp)}._18u01wug{margin-left:auto}
|
|
4
3
|
._19pkidpf{margin-top:0}
|
|
5
4
|
._1bsb1osq{width:100%}
|
|
6
5
|
._1e0c11p5{display:grid}
|
|
6
|
+
._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
|
|
7
7
|
._2hwx1wug{margin-right:auto}
|
|
8
8
|
._2mzuglyw{list-style-type:none}
|
|
9
|
+
._85i5ze3t{padding-block-end:var(--ds-space-0,0)}
|
|
10
|
+
._bozgze3t{padding-inline-start:var(--ds-space-0,0)}
|
|
9
11
|
._otyridpf{margin-bottom:0}
|
|
10
|
-
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
12
|
+
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
13
|
+
._y4tize3t{padding-inline-end:var(--ds-space-0,0)}
|
|
@@ -94,7 +94,7 @@ const ProgressTracker = ({
|
|
|
94
94
|
,
|
|
95
95
|
style: listInlineStyles,
|
|
96
96
|
"aria-label": label,
|
|
97
|
-
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug
|
|
97
|
+
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug _zulp6odm _1e0c11p5 _1bsb1osq _2mzuglyw _85i5ze3t _1q51ze3t _y4tize3t _bozgze3t _rxvc1jfw"])
|
|
98
98
|
}, progressItems);
|
|
99
99
|
};
|
|
100
100
|
export default ProgressTracker;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18s8ze3t{margin:var(--ds-space-0,0)}
|
|
3
2
|
._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
3
|
._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
|
|
4
|
+
._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
|
|
5
5
|
._1bsb1osq{width:100%}
|
|
6
6
|
._1ez2kb7n.fade-appear.fade-appear-active{opacity:1}
|
|
7
7
|
._1i4q1hna{overflow-wrap:break-word}
|
|
8
8
|
._1pfhv47k{margin-block-start:var(--ds-space-250,20px)}
|
|
9
|
+
._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
|
|
9
10
|
._1uuw17dr.fade-appear{opacity:.01}
|
|
11
|
+
._6rthze3t{margin-block-end:var(--ds-space-0,0)}
|
|
12
|
+
._ahbqze3t{margin-inline-start:var(--ds-space-0,0)}
|
|
10
13
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
11
14
|
._k48pmoej{font-weight:var(--ds-font-weight-bold,700)}
|
|
12
15
|
._kqswh2mm{position:relative}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* stage.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
|
+
import _readOnlyError from "@babel/runtime/helpers/readOnlyError";
|
|
2
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
5
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -126,7 +127,7 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
|
|
|
126
127
|
,
|
|
127
128
|
style: listInlineStyles,
|
|
128
129
|
"aria-current": ariaCurrent,
|
|
129
|
-
className: ax(["
|
|
130
|
+
className: ax(["_6rthze3t _1pfhze3t _12l2ze3t _ahbqze3t _1i4q1hna"])
|
|
130
131
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
131
132
|
xcss: styles.listItemContent
|
|
132
133
|
}, /*#__PURE__*/React.createElement(CSSTransition, {
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
._1yt4ze3t{padding:var(--ds-space-0,0)}
|
|
3
2
|
._zulp6odm{gap:var(--ds--pt--sp)}._18u01wug{margin-left:auto}
|
|
4
3
|
._19pkidpf{margin-top:0}
|
|
5
4
|
._1bsb1osq{width:100%}
|
|
6
5
|
._1e0c11p5{display:grid}
|
|
6
|
+
._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
|
|
7
7
|
._2hwx1wug{margin-right:auto}
|
|
8
8
|
._2mzuglyw{list-style-type:none}
|
|
9
|
+
._85i5ze3t{padding-block-end:var(--ds-space-0,0)}
|
|
10
|
+
._bozgze3t{padding-inline-start:var(--ds-space-0,0)}
|
|
9
11
|
._otyridpf{margin-bottom:0}
|
|
10
|
-
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
12
|
+
._rxvc1jfw._rxvc1jfw{margin-block-start:var(--ds-space-500,40px)}
|
|
13
|
+
._y4tize3t{padding-inline-end:var(--ds-space-0,0)}
|
|
@@ -110,7 +110,7 @@ var ProgressTracker = function ProgressTracker(_ref) {
|
|
|
110
110
|
,
|
|
111
111
|
style: listInlineStyles,
|
|
112
112
|
"aria-label": label,
|
|
113
|
-
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug
|
|
113
|
+
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug _zulp6odm _1e0c11p5 _1bsb1osq _2mzuglyw _85i5ze3t _1q51ze3t _y4tize3t _bozgze3t _rxvc1jfw"])
|
|
114
114
|
}, progressItems);
|
|
115
115
|
};
|
|
116
116
|
export default ProgressTracker;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-tracker",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.1",
|
|
4
4
|
"description": "A progress tracker displays the steps and progress through a journey.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/css": "^0.8.0",
|
|
29
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
29
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
30
30
|
"@atlaskit/primitives": "^13.4.0",
|
|
31
31
|
"@atlaskit/theme": "^14.1.0",
|
|
32
32
|
"@atlaskit/tokens": "^3.3.0",
|