@atlaskit/progress-tracker
Advanced tools
Comparing version 8.4.8 to 8.4.9
# @atlaskit/progress-tracker | ||
## 8.4.9 | ||
### Patch Changes | ||
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils | ||
## 8.4.8 | ||
@@ -4,0 +10,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /* eslint-disable @repo/internal/styles/no-nested-styles */ /** @jsx jsx */ | ||
var listItemStyles = (0, _react2.css)({ | ||
@@ -30,0 +30,0 @@ margin: "var(--ds-space-0, 0px)", |
@@ -24,3 +24,3 @@ "use strict"; | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /* eslint-disable @repo/internal/styles/no-nested-styles */ /** @jsx jsx */ | ||
var containerStyles = (0, _react2.css)({ | ||
@@ -27,0 +27,0 @@ display: 'grid', |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.4.8", | ||
"version": "8.4.9", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.4.8", | ||
"version": "8.4.9", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.4.8", | ||
"version": "8.4.9", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.4.8", | ||
"version": "8.4.9", | ||
"description": "A progress tracker displays the steps and progress through a journey.", | ||
@@ -27,3 +27,3 @@ "publishConfig": { | ||
"@atlaskit/ds-explorations": "^2.0.0", | ||
"@atlaskit/theme": "^12.3.0", | ||
"@atlaskit/theme": "^12.4.0", | ||
"@atlaskit/tokens": "^1.2.0", | ||
@@ -38,7 +38,7 @@ "@babel/runtime": "^7.0.0", | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.5.0", | ||
"@atlaskit/button": "^16.6.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/ds-lib": "^2.0.1", | ||
"@atlaskit/icon": "^21.11.0", | ||
"@atlaskit/primitives": "^0.4.0", | ||
"@atlaskit/primitives": "^0.8.0", | ||
"@atlaskit/section-message": "^6.3.0", | ||
@@ -45,0 +45,0 @@ "@atlaskit/ssr": "*", |
@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 --> | ||
- [Main Entry Types](#main-entry-types) | ||
- [Peer Dependencies](#peer-dependencies) | ||
@@ -83,5 +84,5 @@ ### Main Entry Types | ||
const spacing: { | ||
readonly comfortable: number; | ||
readonly cosy: number; | ||
readonly compact: number; | ||
readonly comfortable: 'var(--ds-space-500)'; | ||
readonly cosy: 'var(--ds-space-200)'; | ||
readonly compact: 'var(--ds-space-050)'; | ||
}; | ||
@@ -123,1 +124,13 @@ | ||
<!--SECTION END: Main Entry Types--> | ||
### Peer Dependencies | ||
<!--SECTION START: Peer Dependencies--> | ||
```json | ||
{ | ||
"react": "^16.8.0" | ||
} | ||
``` | ||
<!--SECTION END: Peer Dependencies--> |
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
88888
Updated@atlaskit/theme@^12.4.0