@atlaskit/progress-tracker
Advanced tools
Comparing version 8.7.4 to 8.7.5
# @atlaskit/progress-tracker | ||
## 8.7.5 | ||
### Patch Changes | ||
- [#119932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/119932) | ||
[`798a9f4b8913d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/798a9f4b8913d) - | ||
Updated styling to ensure bullet point styles aren't added when rendered in certain UI Kit | ||
extensions points. | ||
## 8.7.4 | ||
@@ -4,0 +13,0 @@ |
@@ -105,3 +105,3 @@ "use strict"; | ||
var ariaCurrent = item.status === 'current' ? 'step' : 'false'; | ||
var listInlineStyles = (_listInlineStyles = {}, (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionSpeed, "".concat(transitionSpeed, "ms")), (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionDelay, "".concat(transitionDelay, "ms")), (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionEasing, transitionEasing), (0, _defineProperty2.default)(_listInlineStyles, _constants.varMarkerColor, this.state.oldMarkerColor), (0, _defineProperty2.default)(_listInlineStyles, _constants.varBackgroundColor, (0, _utils.getMarkerColor)(item.status)), _listInlineStyles); | ||
var listInlineStyles = (_listInlineStyles = {}, (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionSpeed, "".concat(transitionSpeed, "ms")), (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionDelay, "".concat(transitionDelay, "ms")), (0, _defineProperty2.default)(_listInlineStyles, _constants.varTransitionEasing, transitionEasing), (0, _defineProperty2.default)(_listInlineStyles, _constants.varMarkerColor, this.state.oldMarkerColor), (0, _defineProperty2.default)(_listInlineStyles, _constants.varBackgroundColor, (0, _utils.getMarkerColor)(item.status)), (0, _defineProperty2.default)(_listInlineStyles, "listStyleType", 'none'), _listInlineStyles); | ||
return (0, _react2.jsx)("li", { | ||
@@ -108,0 +108,0 @@ "data-testid": testId |
@@ -87,3 +87,4 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
[varMarkerColor]: this.state.oldMarkerColor, | ||
[varBackgroundColor]: getMarkerColor(item.status) | ||
[varBackgroundColor]: getMarkerColor(item.status), | ||
listStyleType: 'none' | ||
}; | ||
@@ -90,0 +91,0 @@ return jsx("li", { |
@@ -103,3 +103,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
var ariaCurrent = item.status === 'current' ? 'step' : 'false'; | ||
var listInlineStyles = (_listInlineStyles = {}, _defineProperty(_listInlineStyles, varTransitionSpeed, "".concat(transitionSpeed, "ms")), _defineProperty(_listInlineStyles, varTransitionDelay, "".concat(transitionDelay, "ms")), _defineProperty(_listInlineStyles, varTransitionEasing, transitionEasing), _defineProperty(_listInlineStyles, varMarkerColor, this.state.oldMarkerColor), _defineProperty(_listInlineStyles, varBackgroundColor, getMarkerColor(item.status)), _listInlineStyles); | ||
var listInlineStyles = (_listInlineStyles = {}, _defineProperty(_listInlineStyles, varTransitionSpeed, "".concat(transitionSpeed, "ms")), _defineProperty(_listInlineStyles, varTransitionDelay, "".concat(transitionDelay, "ms")), _defineProperty(_listInlineStyles, varTransitionEasing, transitionEasing), _defineProperty(_listInlineStyles, varMarkerColor, this.state.oldMarkerColor), _defineProperty(_listInlineStyles, varBackgroundColor, getMarkerColor(item.status)), _defineProperty(_listInlineStyles, "listStyleType", 'none'), _listInlineStyles); | ||
return jsx("li", { | ||
@@ -106,0 +106,0 @@ "data-testid": testId |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.7.4", | ||
"version": "8.7.5", | ||
"description": "A progress tracker displays the steps and progress through a journey.", | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
"@atlaskit/theme": "^12.11.0", | ||
"@atlaskit/tokens": "^1.53.0", | ||
"@atlaskit/tokens": "^1.54.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -35,0 +35,0 @@ "@emotion/react": "^11.7.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115511
1877
Updated@atlaskit/tokens@^1.54.0