Socket
Socket
Sign inDemoInstall

@atlaskit/editor-palette

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-palette - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

CHANGELOG.md
# @atlaskit/editor-palette
## 1.4.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 1.4.0

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/editor-palette",
"version": "1.4.0",
"version": "1.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/editor-palette",
"version": "1.4.0",
"version": "1.4.1",
"sideEffects": false
}
{
"name": "@atlaskit/editor-palette",
"version": "1.4.0",
"version": "1.4.1",
"sideEffects": false
}

@@ -22,4 +22,4 @@ /**

export declare function hexToEditorBackgroundPaletteColorTokenName<HexColor extends string>(hexColor: HexColor): HexColor extends EditorBackgroundPaletteKey ? EditorBackgroundPalette[HexColor]['tokenName'] : EditorBackgroundPaletteTokenNames | undefined;
declare type EditorBackgroundPalette = typeof editorBackgroundPalette;
export declare type EditorBackgroundPaletteKey = keyof EditorBackgroundPalette;
type EditorBackgroundPalette = typeof editorBackgroundPalette;
export type EditorBackgroundPaletteKey = keyof EditorBackgroundPalette;
export declare const editorBackgroundPalette: {

@@ -133,3 +133,3 @@ /** blue - light */

declare const tokenNames: ("color.background.accent.blue.subtlest" | "color.background.accent.blue.subtler" | "color.background.accent.blue.subtle" | "color.background.accent.teal.subtlest" | "color.background.accent.teal.subtler" | "color.background.accent.teal.subtle" | "color.background.accent.green.subtlest" | "color.background.accent.green.subtler" | "color.background.accent.green.subtle" | "color.background.accent.yellow.subtlest" | "color.background.accent.yellow.subtler" | "color.background.accent.orange.subtle" | "color.background.accent.red.subtlest" | "color.background.accent.red.subtler" | "color.background.accent.red.subtle" | "color.background.accent.purple.subtlest" | "color.background.accent.purple.subtler" | "color.background.accent.purple.subtle" | "elevation.surface" | "color.background.accent.gray.subtlest" | "color.background.accent.gray.subtle")[];
export declare type EditorBackgroundPaletteTokenNames = (typeof tokenNames)[number];
export type EditorBackgroundPaletteTokenNames = (typeof tokenNames)[number];
export {};

@@ -19,4 +19,4 @@ /**

export declare function hexToEditorBorderPaletteColor<HexColor extends string>(hexColor: HexColor): HexColor extends EditorBorderPaletteKey ? EditorBorderPalette[HexColor] : string | undefined;
declare type EditorBorderPalette = typeof editorBorderPalette;
export declare type EditorBorderPaletteKey = keyof EditorBorderPalette;
type EditorBorderPalette = typeof editorBorderPalette;
export type EditorBorderPaletteKey = keyof EditorBorderPalette;
export declare const editorBorderPalette: {

@@ -23,0 +23,0 @@ /** gray - subtle */

@@ -22,4 +22,4 @@ /**

export declare function hexToEditorTableChartsPaletteColorTokenName<HexColor extends string>(hexColor: HexColor): HexColor extends EditorTableChartsPaletteKey ? EditorTableChartsPalette[HexColor]['tokenName'] : EditorBackgroundPaletteTokenNames | undefined;
declare type EditorTableChartsPalette = typeof editorTableChartsPalette;
export declare type EditorTableChartsPaletteKey = keyof EditorTableChartsPalette;
type EditorTableChartsPalette = typeof editorTableChartsPalette;
export type EditorTableChartsPaletteKey = keyof EditorTableChartsPalette;
/**

@@ -182,3 +182,3 @@ * Tokenize hex codes into DST chart colors or

declare const tokenNames: ("color.background.accent.blue.subtle" | "color.background.accent.teal.subtle" | "color.background.accent.green.subtle" | "color.background.accent.orange.subtle" | "color.background.accent.red.subtle" | "color.background.accent.purple.subtle" | "color.background.accent.yellow.subtle" | "color.background.accent.magenta.subtle" | "color.background.accent.gray.subtler" | "color.chart.blue.bold" | "color.chart.teal.bold" | "color.chart.green.bold" | "color.chart.yellow.bold" | "color.chart.orange.bold" | "color.chart.red.bold" | "color.chart.magenta.bold" | "color.chart.purple.bold" | "color.chart.gray.bold" | "color.chart.blue.bolder" | "color.chart.teal.bolder" | "color.chart.green.bolder" | "color.chart.yellow.bolder" | "color.chart.orange.bolder" | "color.chart.red.bolder" | "color.chart.magenta.bolder" | "color.chart.purple.bolder" | "color.chart.gray.bolder" | "color.chart.blue.boldest" | "color.chart.teal.boldest" | "color.chart.green.boldest" | "color.chart.yellow.boldest" | "color.chart.orange.boldest" | "color.chart.red.boldest" | "color.chart.magenta.boldest" | "color.chart.purple.boldest" | "color.chart.gray.boldest")[];
export declare type EditorBackgroundPaletteTokenNames = (typeof tokenNames)[number];
export type EditorBackgroundPaletteTokenNames = (typeof tokenNames)[number];
export {};

@@ -19,4 +19,4 @@ /**

export declare function hexToEditorTextPaletteColor<HexColor extends string>(hexColor: HexColor): HexColor extends EditorTextPaletteKey ? EditorTextPalette[HexColor] : string | undefined;
declare type EditorTextPalette = typeof editorTextPalette;
export declare type EditorTextPaletteKey = keyof EditorTextPalette;
type EditorTextPalette = typeof editorTextPalette;
export type EditorTextPaletteKey = keyof EditorTextPalette;
export declare const editorTextPalette: {

@@ -23,0 +23,0 @@ /** blue - light */

{
"name": "@atlaskit/editor-palette",
"version": "1.4.0",
"version": "1.4.1",
"description": "The editor palette",

@@ -22,2 +22,10 @@ "author": "Atlassian Pty Ltd",

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -35,3 +43,3 @@ "atlaskit:src": "src/index.ts",

"@atlaskit/ssr": "*",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@atlaskit/visual-regression": "*",

@@ -43,3 +51,3 @@ "@atlaskit/webdriver-runner": "*",

"react-dom": "^16.8.0",
"typescript": "4.5.5",
"typescript": "~4.9.5",
"wait-for-expect": "^1.2.0"

@@ -46,0 +54,0 @@ },

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