Socket
Socket
Sign inDemoInstall

@atlaskit/tokens

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tokens - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

6

CHANGELOG.md
# @atlaskit/tokens
## 0.9.3
### Patch Changes
- [`ae9eab2df7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae9eab2df7d) - Fixing blanket selected and danger tokens that were 80% instead of 8% opacity
## 0.9.2

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

4

dist/cjs/artifacts/token-default-values.js

@@ -247,4 +247,4 @@ "use strict";

'color.blanket': '#091E427A',
'color.blanket.selected': '#388BFFCC',
'color.blanket.danger': '#EF5C48CC',
'color.blanket.selected': '#388BFF14',
'color.blanket.danger': '#EF5C4814',
'color.interaction.hovered': '#ffffff33',

@@ -251,0 +251,0 @@ 'color.interaction.pressed': '#ffffff5c',

@@ -15,3 +15,3 @@ "use strict";

var name = "@atlaskit/tokens";
var version = "0.9.2";
var version = "0.9.3";

@@ -18,0 +18,0 @@ function token(path, fallback) {

@@ -15,7 +15,7 @@ "use strict";

selected: {
value: '#1D7AFCCC'
value: '#1D7AFC14'
},
// @ts-ignore temporary value (R600 8% opacity)
danger: {
value: '#E34935CC'
value: '#E3493514'
}

@@ -22,0 +22,0 @@ },

@@ -15,7 +15,7 @@ "use strict";

selected: {
value: '#388BFFCC'
value: '#388BFF14'
},
// @ts-ignore temporary value (R500 8% opacity)
danger: {
value: '#EF5C48CC'
value: '#EF5C4814'
}

@@ -22,0 +22,0 @@ },

{
"name": "@atlaskit/tokens",
"version": "0.9.2",
"version": "0.9.3",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

@@ -241,4 +241,4 @@ // THIS IS AN AUTO-GENERATED FILE DO NOT MODIFY DIRECTLY

'color.blanket': '#091E427A',
'color.blanket.selected': '#388BFFCC',
'color.blanket.danger': '#EF5C48CC',
'color.blanket.selected': '#388BFF14',
'color.blanket.danger': '#EF5C4814',
'color.interaction.hovered': '#ffffff33',

@@ -245,0 +245,0 @@ 'color.interaction.pressed': '#ffffff5c',

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
const name = "@atlaskit/tokens";
const version = "0.9.2";
const version = "0.9.3";

@@ -6,0 +6,0 @@ function token(path, fallback) {

@@ -9,7 +9,7 @@ const color = {

selected: {
value: '#1D7AFCCC'
value: '#1D7AFC14'
},
// @ts-ignore temporary value (R600 8% opacity)
danger: {
value: '#E34935CC'
value: '#E3493514'
}

@@ -16,0 +16,0 @@ },

@@ -9,7 +9,7 @@ const color = {

selected: {
value: '#388BFFCC'
value: '#388BFF14'
},
// @ts-ignore temporary value (R500 8% opacity)
danger: {
value: '#EF5C48CC'
value: '#EF5C4814'
}

@@ -16,0 +16,0 @@ },

{
"name": "@atlaskit/tokens",
"version": "0.9.2",
"version": "0.9.3",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

@@ -241,4 +241,4 @@ // THIS IS AN AUTO-GENERATED FILE DO NOT MODIFY DIRECTLY

'color.blanket': '#091E427A',
'color.blanket.selected': '#388BFFCC',
'color.blanket.danger': '#EF5C48CC',
'color.blanket.selected': '#388BFF14',
'color.blanket.danger': '#EF5C4814',
'color.interaction.hovered': '#ffffff33',

@@ -245,0 +245,0 @@ 'color.interaction.pressed': '#ffffff5c',

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
var name = "@atlaskit/tokens";
var version = "0.9.2";
var version = "0.9.3";

@@ -6,0 +6,0 @@ function token(path, fallback) {

@@ -9,7 +9,7 @@ var color = {

selected: {
value: '#1D7AFCCC'
value: '#1D7AFC14'
},
// @ts-ignore temporary value (R600 8% opacity)
danger: {
value: '#E34935CC'
value: '#E3493514'
}

@@ -16,0 +16,0 @@ },

@@ -9,7 +9,7 @@ var color = {

selected: {
value: '#388BFFCC'
value: '#388BFF14'
},
// @ts-ignore temporary value (R500 8% opacity)
danger: {
value: '#EF5C48CC'
value: '#EF5C4814'
}

@@ -16,0 +16,0 @@ },

{
"name": "@atlaskit/tokens",
"version": "0.9.2",
"version": "0.9.3",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

@@ -238,4 +238,4 @@ /**

readonly 'color.blanket': "#091E427A";
readonly 'color.blanket.selected': "#388BFFCC";
readonly 'color.blanket.danger': "#EF5C48CC";
readonly 'color.blanket.selected': "#388BFF14";
readonly 'color.blanket.danger': "#EF5C4814";
readonly 'color.interaction.hovered': "#ffffff33";

@@ -242,0 +242,0 @@ readonly 'color.interaction.pressed': "#ffffff5c";

{
"name": "@atlaskit/tokens",
"version": "0.9.2",
"version": "0.9.3",
"author": "Atlassian Pty Ltd",

@@ -5,0 +5,0 @@ "description": "Design tokens are the single source of truth to name and store design decisions.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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