@atlaskit/badge
Advanced tools
Comparing version 15.1.16 to 15.2.0
# @atlaskit/badge | ||
## 15.2.0 | ||
### Minor Changes | ||
- [#57070](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57070) [`42ba4ac39529`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/42ba4ac39529) - Badge now uses height: min-content so it doesn't stretch when directly used as a flex / grid item. | ||
## 15.1.16 | ||
@@ -4,0 +10,0 @@ |
@@ -20,3 +20,4 @@ "use strict"; | ||
borderRadius: 'border.radius.200', | ||
display: 'inline-flex' | ||
display: 'inline-flex', | ||
blockSize: 'min-content' | ||
}); | ||
@@ -23,0 +24,0 @@ |
@@ -9,3 +9,4 @@ /* eslint-disable @atlassian/tangerine/import/entry-points */ | ||
borderRadius: 'border.radius.200', | ||
display: 'inline-flex' | ||
display: 'inline-flex', | ||
blockSize: 'min-content' | ||
}); | ||
@@ -12,0 +13,0 @@ |
@@ -9,3 +9,4 @@ /* eslint-disable @atlassian/tangerine/import/entry-points */ | ||
borderRadius: 'border.radius.200', | ||
display: 'inline-flex' | ||
display: 'inline-flex', | ||
blockSize: 'min-content' | ||
}); | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "@atlaskit/badge", | ||
"version": "15.1.16", | ||
"version": "15.2.0", | ||
"description": "A badge is a visual indicator for numeric values such as tallies and scores.", | ||
@@ -34,3 +34,4 @@ "publishConfig": { | ||
"category": "Components" | ||
} | ||
}, | ||
"supportsReact18": true | ||
}, | ||
@@ -44,3 +45,3 @@ "af:exports": { | ||
"@atlaskit/ds-explorations": "^3.0.0", | ||
"@atlaskit/primitives": "^1.8.0", | ||
"@atlaskit/primitives": "^1.13.0", | ||
"@babel/runtime": "^7.0.0" | ||
@@ -53,2 +54,3 @@ }, | ||
"@af/accessibility-testing": "*", | ||
"@af/integration-testing": "*", | ||
"@af/visual-regression": "*", | ||
@@ -55,0 +57,0 @@ "@atlaskit/ds-lib": "^2.2.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
67298
14
44
736
Updated@atlaskit/primitives@^1.13.0