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.5.2 to 1.5.3

6

CHANGELOG.md
# @atlaskit/editor-palette
## 1.5.3
### 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`
## 1.5.2

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

1

dist/cjs/table-charts.js

@@ -62,2 +62,3 @@ "use strict";

// values are asserted to improve generated type declarations
/**

@@ -64,0 +65,0 @@ * Tokenize hex codes into DST chart colors or

18

dist/es2019/background.js

@@ -53,2 +53,3 @@ // This import will be stripped on build

// https://hello.atlassian.net/wiki/spaces/DST/pages/1790979421/DSTRFC-002+-+Shifting+Editor+s+color+palette+to+design+tokens
/**

@@ -86,3 +87,2 @@ * Values are asserted to improve generated type declarations

},
/** teal - medium */

@@ -93,3 +93,2 @@ ['#B3F5FF']: {

},
/** teal - strong */

@@ -100,3 +99,2 @@ ['#79E2F2']: {

},
// green

@@ -108,3 +106,2 @@ /** green - light */

},
/** green - medium */

@@ -115,3 +112,2 @@ ['#ABF5D1']: {

},
/** green - strong */

@@ -122,3 +118,2 @@ ['#57D9A3']: {

},
// yellowOrange

@@ -130,3 +125,2 @@ /** yellowOrange - light */

},
/** yellowOrange - medium */

@@ -137,3 +131,2 @@ ['#FFF0B3']: {

},
/** yellowOrange - strong */

@@ -144,3 +137,2 @@ ['#FFC400']: {

},
// red

@@ -152,3 +144,2 @@ /** red - light */

},
/** red - medium */

@@ -159,3 +150,2 @@ ['#FFBDAD']: {

},
/** red - strong */

@@ -166,3 +156,2 @@ ['#FF8F73']: {

},
// purple

@@ -174,3 +163,2 @@ /** purple - light */

},
/** purple - medium */

@@ -181,3 +169,2 @@ ['#C0B6F2']: {

},
/** purple - strong */

@@ -188,3 +175,2 @@ ['#998DD9']: {

},
// whiteGray

@@ -196,3 +182,2 @@ /** whiteGray - light */

},
/** whiteGray - medium */

@@ -203,3 +188,2 @@ ['#F4F5F7']: {

},
/** whiteGray - strong */

@@ -206,0 +190,0 @@ ['#B3BAC5']: {

@@ -54,2 +54,3 @@ // This import will be stripped on build

// values are asserted to improve generated type declarations
/**

@@ -56,0 +57,0 @@ * Tokenize hex codes into DST chart colors or

@@ -55,2 +55,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// https://hello.atlassian.net/wiki/spaces/DST/pages/1790979421/DSTRFC-002+-+Shifting+Editor+s+color+palette+to+design+tokens
/**

@@ -57,0 +58,0 @@ * Values are asserted to improve generated type declarations

@@ -56,2 +56,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// values are asserted to improve generated type declarations
/**

@@ -58,0 +59,0 @@ * Tokenize hex codes into DST chart colors or

{
"name": "@atlaskit/editor-palette",
"version": "1.5.2",
"version": "1.5.3",
"description": "The editor palette",

@@ -16,5 +16,6 @@ "author": "Atlassian Pty Ltd",

"name": "Editor Palette"
}
},
"runReact18": false
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"main": "dist/cjs/index.js",

@@ -38,3 +39,3 @@ "module": "dist/esm/index.js",

"dependencies": {
"@atlaskit/tokens": "^1.28.0",
"@atlaskit/tokens": "^1.42.0",
"@babel/runtime": "^7.0.0"

@@ -47,3 +48,3 @@ },

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

@@ -61,7 +62,8 @@ },

"@repo/internal": {
"deprecation": [
"no-deprecated-imports"
],
"deprecation": "no-deprecated-imports",
"design-tokens": [
"color"
],
"styling": [
"emotion"
]

@@ -71,2 +73,2 @@ }

"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
}
}

Sorry, the diff of this file is not supported yet

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