@atlaskit/progress-tracker
Advanced tools
Comparing version 8.5.0 to 8.5.1
# @atlaskit/progress-tracker | ||
## 8.5.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 8.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/constants.d.ts" | ||
"../dist/types-ts4.5/constants.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"sideEffects": false | ||
} |
@@ -9,2 +9,2 @@ /** | ||
}; | ||
export declare type Spacing = keyof typeof spacing; | ||
export type Spacing = keyof typeof spacing; |
@@ -6,7 +6,7 @@ /// <reference types="react" /> | ||
export type { Spacing } from './constants'; | ||
export declare type Status = 'unvisited' | 'visited' | 'current' | 'disabled'; | ||
export type Status = 'unvisited' | 'visited' | 'current' | 'disabled'; | ||
/** | ||
* @deprecated | ||
*/ | ||
export declare type StatusType = Status; | ||
export type StatusType = Status; | ||
export interface Stage { | ||
@@ -21,3 +21,3 @@ id: string; | ||
} | ||
export declare type Stages = Stage[]; | ||
export type Stages = Stage[]; | ||
export interface LinkComponentProps { | ||
@@ -24,0 +24,0 @@ item: Stage; |
{ | ||
"name": "@atlaskit/progress-tracker", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"description": "A progress tracker displays the steps and progress through a journey.", | ||
@@ -15,2 +15,10 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -29,3 +37,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@atlaskit/tokens": "^1.4.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -53,3 +61,3 @@ "@emotion/react": "^11.7.1", | ||
"react-test-renderer": "^16.8.0", | ||
"typescript": "4.5.5" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -56,0 +64,0 @@ "techstack": { |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
"../dist/types-ts4.5/types.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
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
90024
Updated@atlaskit/tokens@^1.4.0