@atlaskit/tag-group
Advanced tools
Comparing version 10.2.6 to 10.2.7
# @atlaskit/tag-group | ||
## 10.2.7 | ||
### Patch Changes | ||
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2` | ||
## 10.2.6 | ||
@@ -4,0 +10,0 @@ |
@@ -6,3 +6,3 @@ /** @jsx jsx */ | ||
/** | ||
* Whether the tags should be left-aligned or right-aligned. | ||
* Sets whether the tags should be aligned to the start or the end of the component. | ||
*/ | ||
@@ -9,0 +9,0 @@ alignment?: Alignment; |
@@ -6,3 +6,3 @@ /** @jsx jsx */ | ||
/** | ||
* Whether the tags should be left-aligned or right-aligned. | ||
* Sets whether the tags should be aligned to the start or the end of the component. | ||
*/ | ||
@@ -9,0 +9,0 @@ alignment?: Alignment; |
{ | ||
"name": "@atlaskit/tag-group", | ||
"version": "10.2.6", | ||
"version": "10.2.7", | ||
"description": "A tag group controls the layout and alignment for a collection of tags.", | ||
@@ -47,3 +47,3 @@ "publishConfig": { | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "~4.9.5", | ||
"typescript": "~5.4.2", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -84,2 +84,2 @@ }, | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.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
29999