Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/linking-types - npm Package Compare versions

Comparing version 8.7.1 to 8.8.0

6

CHANGELOG.md
# @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 @@

2

dist/types-ts4.5/datasource-types.d.ts

@@ -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 {

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc