@atlaskit/badge
Advanced tools
Comparing version 15.1.0 to 15.1.1
# @atlaskit/badge | ||
## 15.1.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 15.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"sideEffects": false | ||
} |
import type { CSSProperties, ReactNode } from 'react'; | ||
export declare type ThemeAppearance = 'added' | 'default' | 'important' | 'primary' | 'primaryInverted' | 'removed'; | ||
export type ThemeAppearance = 'added' | 'default' | 'important' | 'primary' | 'primaryInverted' | 'removed'; | ||
export interface BadgeProps { | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"description": "A badge is a visual indicator for numeric values such as tallies and scores.", | ||
@@ -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, | ||
@@ -55,3 +63,3 @@ "atlaskit:src": "src/index.tsx", | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "4.5.5" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -58,0 +66,0 @@ "techstack": { |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/entry-points/types.d.ts" | ||
"../dist/types-ts4.5/entry-points/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
58482