@atlaskit/linking-types
Advanced tools
Comparing version 8.7.1 to 8.8.0
# @atlaskit/linking-types | ||
## 8.8.0 | ||
### Minor Changes | ||
- [#87079](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87079) [`b3f493af070b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3f493af070b) - [ux] Added optional `color` and `url` field to datasource-types.ts to update the possible properties of Tags (Labels) and how they are rendered. | ||
## 8.7.1 | ||
@@ -4,0 +10,0 @@ |
@@ -28,2 +28,4 @@ export interface BooleanType { | ||
text: string; | ||
url?: string; | ||
color?: 'standard' | 'green' | 'lime' | 'blue' | 'red' | 'purple' | 'magenta' | 'grey' | 'teal' | 'orange' | 'yellow' | 'limeLight' | 'orangeLight' | 'magentaLight' | 'greenLight' | 'blueLight' | 'redLight' | 'purpleLight' | 'greyLight' | 'tealLight' | 'yellowLight'; | ||
} | ||
@@ -30,0 +32,0 @@ export interface TagType { |
@@ -28,2 +28,4 @@ export interface BooleanType { | ||
text: string; | ||
url?: string; | ||
color?: 'standard' | 'green' | 'lime' | 'blue' | 'red' | 'purple' | 'magenta' | 'grey' | 'teal' | 'orange' | 'yellow' | 'limeLight' | 'orangeLight' | 'magentaLight' | 'greenLight' | 'blueLight' | 'redLight' | 'purpleLight' | 'greyLight' | 'tealLight' | 'yellowLight'; | ||
} | ||
@@ -30,0 +32,0 @@ export interface TagType { |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "8.7.1", | ||
"version": "8.8.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
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
42183
649