@atlaskit/progress-tracker 8.3.2 → 8.3.3
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,11 @@
|
|
|
1
1
|
# @atlaskit/progress-tracker
|
|
2
2
|
|
|
3
|
+
## 8.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`bc989043572`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc989043572) - Internal changes to apply spacing tokens. This should be a no-op change.
|
|
8
|
+
|
|
3
9
|
## 8.3.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -52,7 +52,8 @@ var containerStyles = (0, _react2.css)({
|
|
|
52
52
|
gap: "var(".concat(_constants2.varSpacing, ")"),
|
|
53
53
|
listStyleType: 'none',
|
|
54
54
|
'&&': {
|
|
55
|
-
|
|
55
|
+
// TODO Delete this comment after verifying spacing token -> previous value `40`
|
|
56
|
+
marginTop: "var(--ds-scale-500, 40px)"
|
|
56
57
|
}
|
|
57
58
|
});
|
|
58
59
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -20,7 +20,8 @@ const containerStyles = css({
|
|
|
20
20
|
gap: `var(${varSpacing})`,
|
|
21
21
|
listStyleType: 'none',
|
|
22
22
|
'&&': {
|
|
23
|
-
|
|
23
|
+
// TODO Delete this comment after verifying spacing token -> previous value `40`
|
|
24
|
+
marginTop: "var(--ds-scale-500, 40px)"
|
|
24
25
|
}
|
|
25
26
|
});
|
|
26
27
|
export default class ProgressTracker extends PureComponent {
|
package/dist/es2019/version.json
CHANGED
|
@@ -34,7 +34,8 @@ var containerStyles = css({
|
|
|
34
34
|
gap: "var(".concat(varSpacing, ")"),
|
|
35
35
|
listStyleType: 'none',
|
|
36
36
|
'&&': {
|
|
37
|
-
|
|
37
|
+
// TODO Delete this comment after verifying spacing token -> previous value `40`
|
|
38
|
+
marginTop: "var(--ds-scale-500, 40px)"
|
|
38
39
|
}
|
|
39
40
|
});
|
|
40
41
|
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED