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.7.3 to 0.8.0

dist/cjs/tokens/atlassian-dark/color/skeleton.js

77

CHANGELOG.md
# @atlaskit/tokens
## 0.8.0
### Minor Changes
- [`1fb52fef1a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fb52fef1a8) - [ux] New Skeleton color tokens `color.skeleton.subtle` and `color.skeleton.subtlest`. Use for skeleton loading states
### Patch Changes
- [`ac9343c3ed4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9343c3ed4) - Replaces usage of deprecated design tokens. No visual or functional changes
- [`308db322b04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/308db322b04) - The following tokens have been moved from the `deprecated` to `deleted` state in their lifecycles. These tokens will continue to exist, however tooling will begin to error wherever they're used. If you haven't already, please run `yarn eslint --fix` or similar to automate your migration.
- `color.background.blanket` => `color.blanket`
- `color.background.boldBrand.resting` => `color.background.brand.bold`
- `color.background.boldBrand.hover` => `color.background.brand.bold.hovered`
- `color.background.boldBrand.pressed` => `color.background.brand.bold.pressed`
- `color.background.boldDanger.resting` => `color.background.danger.bold`
- `color.background.boldDanger.hover` => `color.background.danger.bold.hovered`
- `color.background.boldDanger.pressed` => `color.background.danger.bold.pressed`
- `color.background.boldDiscovery.resting` => `color.background.discovery.bold`
- `color.background.boldDiscovery.hover` => `color.background.discovery.bold.hovered`
- `color.background.boldDiscovery.pressed` => `color.background.discovery.bold.pressed`
- `color.background.boldNeutral.resting` => `color.background.neutral.bold`
- `color.background.boldNeutral.hover` => `color.background.neutral.bold.hovered`
- `color.background.boldNeutral.pressed` => `color.background.neutral.bold.pressed`
- `color.background.boldSuccess.resting` => `color.background.success.bold`
- `color.background.boldSuccess.hover` => `color.background.success.bold.hovered`
- `color.background.boldSuccess.pressed` => `color.background.success.bold.pressed`
- `color.background.boldWarning.resting` => `color.background.warning.bold`
- `color.background.boldWarning.hover` => `color.background.warning.bold.hovered`
- `color.background.boldWarning.pressed` => `color.background.warning.bold.pressed`
- `color.background.default` => `elevation.surface`
- `color.background.card` => `elevation.surface.raised`
- `color.background.overlay` => `elevation.surface.overlay`
- `color.background.selected.resting` => `color.background.selected`
- `color.background.selected.hover` => `color.background.selected.hovered`
- `color.background.subtleBorderedNeutral.resting` => `color.background.input`
- `color.background.subtleBorderedNeutral.pressed` => `color.background.input.pressed`
- `color.background.subtleBrand.resting` => `color.background.brand`
- `color.background.subtleBrand.hover` => `color.background.brand.hovered`
- `color.background.subtleBrand.pressed` => `color.background.brand.pressed`
- `color.background.subtleDanger.resting` => `color.background.danger`
- `color.background.subtleDanger.hover` => `color.background.danger.hovered`
- `color.background.subtleDanger.pressed` => `color.background.danger.pressed`
- `color.background.subtleDiscovery.resting` => `color.background.discovery`
- `color.background.subtleDiscovery.hover` => `color.background.discovery.hovered`
- `color.background.subtleDiscovery.pressed` => `color.background.discovery.pressed`
- `color.background.subtleNeutral.resting` => `color.background.neutral`
- `color.background.subtleNeutral.hover` => `color.background.neutral.hovered`
- `color.background.subtleNeutral.pressed` => `color.background.neutral.pressed`
- `color.background.subtleSuccess.resting` => `color.background.success`
- `color.background.subtleSuccess.hover` => `color.background.success.hovered`
- `color.background.subtleSuccess.pressed` => `color.background.success.pressed`
- `color.background.subtleWarning.resting` => `color.background.warning`
- `color.background.subtleWarning.hover` => `color.background.warning.hovered`
- `color.background.subtleWarning.pressed` => `color.background.warning.pressed`
- `color.background.sunken` => `elevation.surface.sunken`
- `color.background.transparentNeutral.hover` => `color.background.neutral.subtle.hovered`
- `color.background.transparentNeutral.pressed` => `color.background.neutral.subtle.pressed`
- `color.text.highEmphasis` => `color.text`
- `color.text.mediumEmphasis` => `color.text.subtle`
- `color.text.lowEmphasis` => `color.text.subtlest`
- `color.text.link.resting` => `color.link`
- `color.text.link.pressed` => `color.link.pressed`
- `color.text.onBold` => `color.text.inverse`
- `color.text.onBoldWarning` => `color.text.inverse.warning`
- `color.border.focus` => `color.border.focused`
- `color.border.neutral` => `color.border`
- `color.iconBorder.brand` => `color.icon.brand` or `color.border.brand`
- `color.iconBorder.danger` => `color.icon.danger` or `color.border.danger`
- `color.iconBorder.warning` => `color.icon.warning` or `color.border.warning`
- `color.iconBorder.success` => `color.icon.success` or `color.border.success`
- `color.iconBorder.discovery` => `color.icon.discovery` or `color.border.discovery`
- `color.overlay.hover` => `color.interaction.hovered`
- `color.overlay.pressed` => `color.interaction.pressed`
- `color.shadow.card` => `elevation.shadow.raised`
- `color.shadow.overlay` => `elevation.shadow.overlay`
## 0.7.3

@@ -4,0 +81,0 @@

178

dist/cjs/artifacts/rename-mapping.js

@@ -23,99 +23,99 @@ "use strict";

"path": "color.text.highEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.[default]"
}, {
"path": "color.text.link.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.pressed"
}, {
"path": "color.text.link.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.[default]"
}, {
"path": "color.text.lowEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtlest"
}, {
"path": "color.text.mediumEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtle"
}, {
"path": "color.text.onBold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.inverse"
}, {
"path": "color.text.onBoldWarning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.warning.inverse"
}, {
"path": "color.border.focus",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.focused"
}, {
"path": "color.border.neutral",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.[default]"
}, {
"path": "color.background.accent.blue.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.background.accent.blue.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtle"
}, {
"path": "color.background.accent.red.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.background.accent.red.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtle"
}, {
"path": "color.background.accent.orange.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.background.accent.orange.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtle"
}, {
"path": "color.background.accent.yellow.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtler"
}, {
"path": "color.background.accent.yellow.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtle"
}, {
"path": "color.background.accent.green.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.background.accent.green.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtle"
}, {
"path": "color.background.accent.teal.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.background.accent.teal.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtle"
}, {
"path": "color.background.accent.purple.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.background.accent.purple.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtle"
}, {
"path": "color.background.accent.magenta.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.background.accent.magenta.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtle"

@@ -144,95 +144,95 @@ }, {

"path": "color.background.blanket",
"state": "deprecated",
"state": "deleted",
"replacement": "color.blanket.[default]"
}, {
"path": "color.background.boldBrand.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.hovered"
}, {
"path": "color.background.boldBrand.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.pressed"
}, {
"path": "color.background.boldBrand.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.[default]"
}, {
"path": "color.background.boldDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.hovered"
}, {
"path": "color.background.boldDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.pressed"
}, {
"path": "color.background.boldDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.[default]"
}, {
"path": "color.background.boldDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.hovered"
}, {
"path": "color.background.boldDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.pressed"
}, {
"path": "color.background.boldDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.[default]"
}, {
"path": "color.background.boldNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.hovered"
}, {
"path": "color.background.boldNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.pressed"
}, {
"path": "color.background.boldNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.[default]"
}, {
"path": "color.background.boldSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.hovered"
}, {
"path": "color.background.boldSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.pressed"
}, {
"path": "color.background.boldSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.[default]"
}, {
"path": "color.background.boldWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.hovered"
}, {
"path": "color.background.boldWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.pressed"
}, {
"path": "color.background.boldWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.[default]"
}, {
"path": "color.background.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.raised"
}, {
"path": "color.background.default",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.[default]"
}, {
"path": "color.background.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.overlay"
}, {
"path": "color.background.subtleBorderedNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.pressed"
}, {
"path": "color.background.subtleBorderedNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.[default]"

@@ -253,159 +253,159 @@ }, {

"path": "color.background.subtleDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].hovered"
}, {
"path": "color.background.subtleDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].pressed"
}, {
"path": "color.background.subtleDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].[default]"
}, {
"path": "color.background.subtleDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].hovered"
}, {
"path": "color.background.subtleDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].pressed"
}, {
"path": "color.background.subtleDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].[default]"
}, {
"path": "color.background.subtleNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].hovered"
}, {
"path": "color.background.subtleNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].pressed"
}, {
"path": "color.background.subtleNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].[default]"
}, {
"path": "color.background.subtleSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].hovered"
}, {
"path": "color.background.subtleSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].pressed"
}, {
"path": "color.background.subtleSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].[default]"
}, {
"path": "color.background.subtleWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].hovered"
}, {
"path": "color.background.subtleWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].pressed"
}, {
"path": "color.background.subtleWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].[default]"
}, {
"path": "color.background.sunken",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.sunken"
}, {
"path": "color.background.transparentNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.hovered"
}, {
"path": "color.background.transparentNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.pressed"
}, {
"path": "color.accent.boldBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.bolder"
}, {
"path": "color.accent.boldGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.bolder"
}, {
"path": "color.accent.boldOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.bolder"
}, {
"path": "color.accent.boldPurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.bolder"
}, {
"path": "color.accent.boldRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.bolder"
}, {
"path": "color.accent.boldTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.bolder"
}, {
"path": "color.accent.subtleBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.accent.subtleGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.accent.subtleMagenta",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.accent.subtleOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.accent.subtlePurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.accent.subtleRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.accent.subtleTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.iconBorder.brand",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.brand"
}, {
"path": "color.iconBorder.danger",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.danger"
}, {
"path": "color.iconBorder.discovery",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.discovery"
}, {
"path": "color.iconBorder.success",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.success"
}, {
"path": "color.iconBorder.warning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.warning.[default]"
}, {
"path": "color.overlay.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.hovered"
}, {
"path": "color.overlay.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.pressed"
}, {
"path": "shadow.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.raised"
}, {
"path": "shadow.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.overlay"

@@ -412,0 +412,0 @@ }];

@@ -249,2 +249,4 @@ "use strict";

'color.interaction.inverse.pressed': '#00000052',
'color.skeleton': '#091E420F',
'color.skeleton.subtle': '#091E4208',
'color.link': '#0C66E4',

@@ -251,0 +253,0 @@ 'color.link.pressed': '#0055CC',

@@ -245,2 +245,4 @@ "use strict";

'color.interaction.inverse.pressed': '--ds-interaction-inverse-pressed',
'color.skeleton': '--ds-skeleton',
'color.skeleton.subtle': '--ds-skeleton-subtle',
'color.link': '--ds-link',

@@ -247,0 +249,0 @@ 'color.link.pressed': '--ds-link-pressed',

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

var name = "@atlaskit/tokens";
var version = "0.7.3";
var version = "0.8.0";

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

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

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.bolder',

@@ -22,3 +22,3 @@ description: 'Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.bolder',

@@ -31,3 +31,3 @@ description: 'Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.bolder',

@@ -40,3 +40,3 @@ description: 'Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.bolder',

@@ -49,3 +49,3 @@ description: 'Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.bolder',

@@ -58,3 +58,3 @@ description: 'Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.bolder',

@@ -67,3 +67,3 @@ description: 'Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -76,3 +76,3 @@ description: 'Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -85,3 +85,3 @@ description: 'Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -94,3 +94,3 @@ description: 'Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -103,3 +103,3 @@ description: 'Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -112,3 +112,3 @@ description: 'Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -121,3 +121,3 @@ description: 'Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -134,3 +134,3 @@ description: 'Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -143,3 +143,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtle',

@@ -154,3 +154,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -163,3 +163,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtle',

@@ -174,3 +174,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -183,3 +183,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtle',

@@ -194,3 +194,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtler',

@@ -203,3 +203,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtle',

@@ -214,3 +214,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -223,3 +223,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtle',

@@ -234,3 +234,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -243,3 +243,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtle',

@@ -254,3 +254,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -263,3 +263,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtle',

@@ -274,3 +274,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -283,3 +283,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtle',

@@ -294,3 +294,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.blanket.[default]',

@@ -332,3 +332,3 @@ description: 'Use for the screen overlay that appears with modal dialogs'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.hovered',

@@ -341,3 +341,3 @@ description: 'Hover state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.pressed',

@@ -350,3 +350,3 @@ description: 'Pressed state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.[default]',

@@ -361,3 +361,3 @@ description: 'A vibrant background for small UI elements like primary buttons and bold in progress lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.hovered',

@@ -370,3 +370,3 @@ description: 'Hover state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.pressed',

@@ -379,3 +379,3 @@ description: 'Pressed state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.[default]',

@@ -390,3 +390,3 @@ description: 'A vibrant background for small UI elements like danger buttons and bold removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.hovered',

@@ -399,3 +399,3 @@ description: 'Hover state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.pressed',

@@ -408,3 +408,3 @@ description: 'Pressed state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.[default]',

@@ -419,3 +419,3 @@ description: 'A vibrant background for small UI elements like onboarding buttons and bold new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.hovered',

@@ -428,3 +428,3 @@ description: 'Hover state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.pressed',

@@ -437,3 +437,3 @@ description: 'Pressed state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.[default]',

@@ -448,3 +448,3 @@ description: 'A vibrant background for small UI elements like unchecked toggles and bold default lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.hovered',

@@ -457,3 +457,3 @@ description: 'Hover state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.pressed',

@@ -466,3 +466,3 @@ description: 'Pressed state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.[default]',

@@ -477,3 +477,3 @@ description: 'A vibrant background for small UI elements like checked toggles and bold success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.hovered',

@@ -486,3 +486,3 @@ description: 'Hover state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.pressed',

@@ -495,3 +495,3 @@ description: 'Pressed state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.[default]',

@@ -505,3 +505,3 @@ description: 'A vibrant background for small UI elements like warning buttons and bold moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.raised',

@@ -514,3 +514,3 @@ description: 'Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.[default]',

@@ -523,3 +523,3 @@ description: 'Use as the primary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.overlay',

@@ -551,3 +551,3 @@ description: "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.pressed',

@@ -560,3 +560,3 @@ description: 'Pressed state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.[default]',

@@ -597,3 +597,3 @@ description: 'Hover state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].hovered',

@@ -606,3 +606,3 @@ description: 'Hover state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].pressed',

@@ -615,3 +615,3 @@ description: 'Pressed state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].[default]',

@@ -626,3 +626,3 @@ description: 'Use for subdued backgrounds of UI elements like error section messages and removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].hovered',

@@ -635,3 +635,3 @@ description: 'Hover state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].pressed',

@@ -644,3 +644,3 @@ description: 'Pressed state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].[default]',

@@ -655,3 +655,3 @@ description: 'Use for subdued backgrounds of UI elements like discovery section messages and new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].hovered',

@@ -664,3 +664,3 @@ description: 'Hover state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].pressed',

@@ -673,3 +673,3 @@ description: 'Pressed state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].[default]',

@@ -684,3 +684,3 @@ description: 'Use as the default background of UI elements like buttons, lozenges, and tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].hovered',

@@ -693,3 +693,3 @@ description: 'Hover state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].pressed',

@@ -702,3 +702,3 @@ description: 'Pressed state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].[default]',

@@ -713,3 +713,3 @@ description: 'Use for subdued backgrounds of UI elements like success section messages and success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].hovered',

@@ -722,3 +722,3 @@ description: 'Hover state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].pressed',

@@ -731,3 +731,3 @@ description: 'Pressed state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].[default]',

@@ -741,3 +741,3 @@ description: 'Use for subdued backgrounds of UI elements like warning section messages and moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.sunken',

@@ -751,3 +751,3 @@ description: 'Use as a secondary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.hovered',

@@ -760,3 +760,3 @@ description: 'Hover state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.pressed',

@@ -772,3 +772,3 @@ description: 'Pressed state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.[default]',

@@ -782,3 +782,3 @@ description: 'Use for primary text, such as body copy, sentence case headers, and buttons'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.pressed',

@@ -791,3 +791,3 @@ description: 'Use for links in a pressed state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.[default]',

@@ -801,3 +801,3 @@ description: 'Use for links in a resting or hover state. Add an underline for hover states'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtlest',

@@ -810,3 +810,3 @@ description: "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtle',

@@ -819,3 +819,3 @@ description: "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.inverse',

@@ -828,3 +828,3 @@ description: 'Use for text and icons when on bold backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.warning.inverse',

@@ -839,3 +839,3 @@ description: 'Use for text and icons when on bold warning backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.focused',

@@ -848,3 +848,3 @@ description: 'Use for focus rings of elements in a focus state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.[default]',

@@ -859,3 +859,3 @@ description: 'Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.brand',

@@ -868,3 +868,3 @@ description: "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.danger',

@@ -877,3 +877,3 @@ description: "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.discovery',

@@ -886,3 +886,3 @@ description: "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.success',

@@ -895,3 +895,3 @@ description: "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.warning.[default]',

@@ -906,3 +906,3 @@ description: "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.hovered',

@@ -915,3 +915,3 @@ description: 'Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.pressed',

@@ -927,3 +927,3 @@ description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.raised',

@@ -936,3 +936,3 @@ description: "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.overlay',

@@ -939,0 +939,0 @@ description: "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"

{
"name": "@atlaskit/tokens",
"version": "0.7.3",
"version": "0.8.0",
"sideEffects": false
}

@@ -17,99 +17,99 @@ // THIS IS AN AUTO-GENERATED FILE DO NOT MODIFY DIRECTLY

"path": "color.text.highEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.[default]"
}, {
"path": "color.text.link.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.pressed"
}, {
"path": "color.text.link.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.[default]"
}, {
"path": "color.text.lowEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtlest"
}, {
"path": "color.text.mediumEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtle"
}, {
"path": "color.text.onBold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.inverse"
}, {
"path": "color.text.onBoldWarning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.warning.inverse"
}, {
"path": "color.border.focus",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.focused"
}, {
"path": "color.border.neutral",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.[default]"
}, {
"path": "color.background.accent.blue.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.background.accent.blue.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtle"
}, {
"path": "color.background.accent.red.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.background.accent.red.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtle"
}, {
"path": "color.background.accent.orange.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.background.accent.orange.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtle"
}, {
"path": "color.background.accent.yellow.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtler"
}, {
"path": "color.background.accent.yellow.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtle"
}, {
"path": "color.background.accent.green.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.background.accent.green.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtle"
}, {
"path": "color.background.accent.teal.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.background.accent.teal.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtle"
}, {
"path": "color.background.accent.purple.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.background.accent.purple.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtle"
}, {
"path": "color.background.accent.magenta.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.background.accent.magenta.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtle"

@@ -138,95 +138,95 @@ }, {

"path": "color.background.blanket",
"state": "deprecated",
"state": "deleted",
"replacement": "color.blanket.[default]"
}, {
"path": "color.background.boldBrand.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.hovered"
}, {
"path": "color.background.boldBrand.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.pressed"
}, {
"path": "color.background.boldBrand.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.[default]"
}, {
"path": "color.background.boldDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.hovered"
}, {
"path": "color.background.boldDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.pressed"
}, {
"path": "color.background.boldDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.[default]"
}, {
"path": "color.background.boldDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.hovered"
}, {
"path": "color.background.boldDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.pressed"
}, {
"path": "color.background.boldDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.[default]"
}, {
"path": "color.background.boldNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.hovered"
}, {
"path": "color.background.boldNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.pressed"
}, {
"path": "color.background.boldNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.[default]"
}, {
"path": "color.background.boldSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.hovered"
}, {
"path": "color.background.boldSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.pressed"
}, {
"path": "color.background.boldSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.[default]"
}, {
"path": "color.background.boldWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.hovered"
}, {
"path": "color.background.boldWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.pressed"
}, {
"path": "color.background.boldWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.[default]"
}, {
"path": "color.background.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.raised"
}, {
"path": "color.background.default",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.[default]"
}, {
"path": "color.background.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.overlay"
}, {
"path": "color.background.subtleBorderedNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.pressed"
}, {
"path": "color.background.subtleBorderedNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.[default]"

@@ -247,161 +247,161 @@ }, {

"path": "color.background.subtleDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].hovered"
}, {
"path": "color.background.subtleDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].pressed"
}, {
"path": "color.background.subtleDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].[default]"
}, {
"path": "color.background.subtleDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].hovered"
}, {
"path": "color.background.subtleDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].pressed"
}, {
"path": "color.background.subtleDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].[default]"
}, {
"path": "color.background.subtleNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].hovered"
}, {
"path": "color.background.subtleNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].pressed"
}, {
"path": "color.background.subtleNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].[default]"
}, {
"path": "color.background.subtleSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].hovered"
}, {
"path": "color.background.subtleSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].pressed"
}, {
"path": "color.background.subtleSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].[default]"
}, {
"path": "color.background.subtleWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].hovered"
}, {
"path": "color.background.subtleWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].pressed"
}, {
"path": "color.background.subtleWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].[default]"
}, {
"path": "color.background.sunken",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.sunken"
}, {
"path": "color.background.transparentNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.hovered"
}, {
"path": "color.background.transparentNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.pressed"
}, {
"path": "color.accent.boldBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.bolder"
}, {
"path": "color.accent.boldGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.bolder"
}, {
"path": "color.accent.boldOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.bolder"
}, {
"path": "color.accent.boldPurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.bolder"
}, {
"path": "color.accent.boldRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.bolder"
}, {
"path": "color.accent.boldTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.bolder"
}, {
"path": "color.accent.subtleBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.accent.subtleGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.accent.subtleMagenta",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.accent.subtleOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.accent.subtlePurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.accent.subtleRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.accent.subtleTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.iconBorder.brand",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.brand"
}, {
"path": "color.iconBorder.danger",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.danger"
}, {
"path": "color.iconBorder.discovery",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.discovery"
}, {
"path": "color.iconBorder.success",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.success"
}, {
"path": "color.iconBorder.warning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.warning.[default]"
}, {
"path": "color.overlay.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.hovered"
}, {
"path": "color.overlay.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.pressed"
}, {
"path": "shadow.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.raised"
}, {
"path": "shadow.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.overlay"
}];
export default renameMapper;

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

'color.interaction.inverse.pressed': '#00000052',
'color.skeleton': '#091E420F',
'color.skeleton.subtle': '#091E4208',
'color.link': '#0C66E4',

@@ -245,0 +247,0 @@ 'color.link.pressed': '#0055CC',

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

'color.interaction.inverse.pressed': '--ds-interaction-inverse-pressed',
'color.skeleton': '--ds-skeleton',
'color.skeleton.subtle': '--ds-skeleton-subtle',
'color.link': '--ds-link',

@@ -241,0 +243,0 @@ 'color.link.pressed': '--ds-link-pressed',

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

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

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

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.bolder',

@@ -16,3 +16,3 @@ description: 'Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.bolder',

@@ -25,3 +25,3 @@ description: 'Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.bolder',

@@ -34,3 +34,3 @@ description: 'Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.bolder',

@@ -43,3 +43,3 @@ description: 'Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.bolder',

@@ -52,3 +52,3 @@ description: 'Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.bolder',

@@ -61,3 +61,3 @@ description: 'Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -70,3 +70,3 @@ description: 'Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -79,3 +79,3 @@ description: 'Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -88,3 +88,3 @@ description: 'Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -97,3 +97,3 @@ description: 'Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -106,3 +106,3 @@ description: 'Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -115,3 +115,3 @@ description: 'Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -128,3 +128,3 @@ description: 'Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -137,3 +137,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtle',

@@ -148,3 +148,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -157,3 +157,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtle',

@@ -168,3 +168,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -177,3 +177,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtle',

@@ -188,3 +188,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtler',

@@ -197,3 +197,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtle',

@@ -208,3 +208,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -217,3 +217,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtle',

@@ -228,3 +228,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -237,3 +237,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtle',

@@ -248,3 +248,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -257,3 +257,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtle',

@@ -268,3 +268,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -277,3 +277,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtle',

@@ -288,3 +288,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.blanket.[default]',

@@ -326,3 +326,3 @@ description: 'Use for the screen overlay that appears with modal dialogs'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.hovered',

@@ -335,3 +335,3 @@ description: 'Hover state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.pressed',

@@ -344,3 +344,3 @@ description: 'Pressed state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.[default]',

@@ -355,3 +355,3 @@ description: 'A vibrant background for small UI elements like primary buttons and bold in progress lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.hovered',

@@ -364,3 +364,3 @@ description: 'Hover state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.pressed',

@@ -373,3 +373,3 @@ description: 'Pressed state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.[default]',

@@ -384,3 +384,3 @@ description: 'A vibrant background for small UI elements like danger buttons and bold removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.hovered',

@@ -393,3 +393,3 @@ description: 'Hover state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.pressed',

@@ -402,3 +402,3 @@ description: 'Pressed state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.[default]',

@@ -413,3 +413,3 @@ description: 'A vibrant background for small UI elements like onboarding buttons and bold new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.hovered',

@@ -422,3 +422,3 @@ description: 'Hover state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.pressed',

@@ -431,3 +431,3 @@ description: 'Pressed state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.[default]',

@@ -442,3 +442,3 @@ description: 'A vibrant background for small UI elements like unchecked toggles and bold default lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.hovered',

@@ -451,3 +451,3 @@ description: 'Hover state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.pressed',

@@ -460,3 +460,3 @@ description: 'Pressed state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.[default]',

@@ -471,3 +471,3 @@ description: 'A vibrant background for small UI elements like checked toggles and bold success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.hovered',

@@ -480,3 +480,3 @@ description: 'Hover state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.pressed',

@@ -489,3 +489,3 @@ description: 'Pressed state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.[default]',

@@ -499,3 +499,3 @@ description: 'A vibrant background for small UI elements like warning buttons and bold moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.raised',

@@ -508,3 +508,3 @@ description: 'Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.[default]',

@@ -517,3 +517,3 @@ description: 'Use as the primary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.overlay',

@@ -550,3 +550,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.pressed',

@@ -559,3 +559,3 @@ description: 'Pressed state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.[default]',

@@ -596,3 +596,3 @@ description: 'Hover state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].hovered',

@@ -605,3 +605,3 @@ description: 'Hover state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].pressed',

@@ -614,3 +614,3 @@ description: 'Pressed state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].[default]',

@@ -625,3 +625,3 @@ description: 'Use for subdued backgrounds of UI elements like error section messages and removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].hovered',

@@ -634,3 +634,3 @@ description: 'Hover state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].pressed',

@@ -643,3 +643,3 @@ description: 'Pressed state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].[default]',

@@ -654,3 +654,3 @@ description: 'Use for subdued backgrounds of UI elements like discovery section messages and new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].hovered',

@@ -663,3 +663,3 @@ description: 'Hover state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].pressed',

@@ -672,3 +672,3 @@ description: 'Pressed state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].[default]',

@@ -683,3 +683,3 @@ description: 'Use as the default background of UI elements like buttons, lozenges, and tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].hovered',

@@ -692,3 +692,3 @@ description: 'Hover state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].pressed',

@@ -701,3 +701,3 @@ description: 'Pressed state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].[default]',

@@ -712,3 +712,3 @@ description: 'Use for subdued backgrounds of UI elements like success section messages and success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].hovered',

@@ -721,3 +721,3 @@ description: 'Hover state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].pressed',

@@ -730,3 +730,3 @@ description: 'Pressed state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].[default]',

@@ -740,3 +740,3 @@ description: 'Use for subdued backgrounds of UI elements like warning section messages and moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.sunken',

@@ -750,3 +750,3 @@ description: 'Use as a secondary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.hovered',

@@ -759,3 +759,3 @@ description: 'Hover state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.pressed',

@@ -771,3 +771,3 @@ description: 'Pressed state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.[default]',

@@ -781,3 +781,3 @@ description: 'Use for primary text, such as body copy, sentence case headers, and buttons'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.pressed',

@@ -790,3 +790,3 @@ description: 'Use for links in a pressed state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.[default]',

@@ -800,3 +800,3 @@ description: 'Use for links in a resting or hover state. Add an underline for hover states'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtlest',

@@ -812,3 +812,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtle',

@@ -825,3 +825,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.inverse',

@@ -834,3 +834,3 @@ description: 'Use for text and icons when on bold backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.warning.inverse',

@@ -845,3 +845,3 @@ description: 'Use for text and icons when on bold warning backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.focused',

@@ -854,3 +854,3 @@ description: 'Use for focus rings of elements in a focus state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.[default]',

@@ -865,3 +865,3 @@ description: 'Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.brand',

@@ -877,3 +877,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.danger',

@@ -889,3 +889,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.discovery',

@@ -902,3 +902,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.success',

@@ -915,3 +915,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.warning.[default]',

@@ -930,3 +930,3 @@ description: `

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.hovered',

@@ -939,3 +939,3 @@ description: 'Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.pressed',

@@ -951,3 +951,3 @@ description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.raised',

@@ -963,3 +963,3 @@ description: `

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.overlay',

@@ -966,0 +966,0 @@ description: `

{
"name": "@atlaskit/tokens",
"version": "0.7.3",
"version": "0.8.0",
"sideEffects": false
}

@@ -17,99 +17,99 @@ // THIS IS AN AUTO-GENERATED FILE DO NOT MODIFY DIRECTLY

"path": "color.text.highEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.[default]"
}, {
"path": "color.text.link.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.pressed"
}, {
"path": "color.text.link.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.link.[default]"
}, {
"path": "color.text.lowEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtlest"
}, {
"path": "color.text.mediumEmphasis",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.subtle"
}, {
"path": "color.text.onBold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.inverse"
}, {
"path": "color.text.onBoldWarning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.text.warning.inverse"
}, {
"path": "color.border.focus",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.focused"
}, {
"path": "color.border.neutral",
"state": "deprecated",
"state": "deleted",
"replacement": "color.border.[default]"
}, {
"path": "color.background.accent.blue.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.background.accent.blue.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtle"
}, {
"path": "color.background.accent.red.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.background.accent.red.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtle"
}, {
"path": "color.background.accent.orange.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.background.accent.orange.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtle"
}, {
"path": "color.background.accent.yellow.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtler"
}, {
"path": "color.background.accent.yellow.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.yellow.subtle"
}, {
"path": "color.background.accent.green.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.background.accent.green.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtle"
}, {
"path": "color.background.accent.teal.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.background.accent.teal.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtle"
}, {
"path": "color.background.accent.purple.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.background.accent.purple.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtle"
}, {
"path": "color.background.accent.magenta.[default]",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.background.accent.magenta.bold",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtle"

@@ -138,95 +138,95 @@ }, {

"path": "color.background.blanket",
"state": "deprecated",
"state": "deleted",
"replacement": "color.blanket.[default]"
}, {
"path": "color.background.boldBrand.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.hovered"
}, {
"path": "color.background.boldBrand.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.pressed"
}, {
"path": "color.background.boldBrand.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.brand.bold.[default]"
}, {
"path": "color.background.boldDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.hovered"
}, {
"path": "color.background.boldDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.pressed"
}, {
"path": "color.background.boldDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.bold.[default]"
}, {
"path": "color.background.boldDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.hovered"
}, {
"path": "color.background.boldDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.pressed"
}, {
"path": "color.background.boldDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.bold.[default]"
}, {
"path": "color.background.boldNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.hovered"
}, {
"path": "color.background.boldNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.pressed"
}, {
"path": "color.background.boldNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.bold.[default]"
}, {
"path": "color.background.boldSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.hovered"
}, {
"path": "color.background.boldSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.pressed"
}, {
"path": "color.background.boldSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.bold.[default]"
}, {
"path": "color.background.boldWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.hovered"
}, {
"path": "color.background.boldWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.pressed"
}, {
"path": "color.background.boldWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.bold.[default]"
}, {
"path": "color.background.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.raised"
}, {
"path": "color.background.default",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.[default]"
}, {
"path": "color.background.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.overlay"
}, {
"path": "color.background.subtleBorderedNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.pressed"
}, {
"path": "color.background.subtleBorderedNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.input.[default]"

@@ -247,161 +247,161 @@ }, {

"path": "color.background.subtleDanger.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].hovered"
}, {
"path": "color.background.subtleDanger.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].pressed"
}, {
"path": "color.background.subtleDanger.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.danger.[default].[default]"
}, {
"path": "color.background.subtleDiscovery.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].hovered"
}, {
"path": "color.background.subtleDiscovery.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].pressed"
}, {
"path": "color.background.subtleDiscovery.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.discovery.[default].[default]"
}, {
"path": "color.background.subtleNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].hovered"
}, {
"path": "color.background.subtleNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].pressed"
}, {
"path": "color.background.subtleNeutral.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.[default].[default]"
}, {
"path": "color.background.subtleSuccess.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].hovered"
}, {
"path": "color.background.subtleSuccess.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].pressed"
}, {
"path": "color.background.subtleSuccess.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.success.[default].[default]"
}, {
"path": "color.background.subtleWarning.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].hovered"
}, {
"path": "color.background.subtleWarning.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].pressed"
}, {
"path": "color.background.subtleWarning.resting",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.warning.[default].[default]"
}, {
"path": "color.background.sunken",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.surface.sunken"
}, {
"path": "color.background.transparentNeutral.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.hovered"
}, {
"path": "color.background.transparentNeutral.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.neutral.subtle.pressed"
}, {
"path": "color.accent.boldBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.bolder"
}, {
"path": "color.accent.boldGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.bolder"
}, {
"path": "color.accent.boldOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.bolder"
}, {
"path": "color.accent.boldPurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.bolder"
}, {
"path": "color.accent.boldRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.bolder"
}, {
"path": "color.accent.boldTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.bolder"
}, {
"path": "color.accent.subtleBlue",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.blue.subtler"
}, {
"path": "color.accent.subtleGreen",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.green.subtler"
}, {
"path": "color.accent.subtleMagenta",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.magenta.subtler"
}, {
"path": "color.accent.subtleOrange",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.orange.subtler"
}, {
"path": "color.accent.subtlePurple",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.purple.subtler"
}, {
"path": "color.accent.subtleRed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.red.subtler"
}, {
"path": "color.accent.subtleTeal",
"state": "deprecated",
"state": "deleted",
"replacement": "color.background.accent.teal.subtler"
}, {
"path": "color.iconBorder.brand",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.brand"
}, {
"path": "color.iconBorder.danger",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.danger"
}, {
"path": "color.iconBorder.discovery",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.discovery"
}, {
"path": "color.iconBorder.success",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.success"
}, {
"path": "color.iconBorder.warning",
"state": "deprecated",
"state": "deleted",
"replacement": "color.icon.warning.[default]"
}, {
"path": "color.overlay.hover",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.hovered"
}, {
"path": "color.overlay.pressed",
"state": "deprecated",
"state": "deleted",
"replacement": "color.interaction.pressed"
}, {
"path": "shadow.card",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.raised"
}, {
"path": "shadow.overlay",
"state": "deprecated",
"state": "deleted",
"replacement": "elevation.shadow.overlay"
}];
export default renameMapper;

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

'color.interaction.inverse.pressed': '#00000052',
'color.skeleton': '#091E420F',
'color.skeleton.subtle': '#091E4208',
'color.link': '#0C66E4',

@@ -245,0 +247,0 @@ 'color.link.pressed': '#0055CC',

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

'color.interaction.inverse.pressed': '--ds-interaction-inverse-pressed',
'color.skeleton': '--ds-skeleton',
'color.skeleton.subtle': '--ds-skeleton-subtle',
'color.link': '--ds-link',

@@ -241,0 +243,0 @@ 'color.link.pressed': '--ds-link-pressed',

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

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

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

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.bolder',

@@ -16,3 +16,3 @@ description: 'Use for blue backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.bolder',

@@ -25,3 +25,3 @@ description: 'Use for green backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.bolder',

@@ -34,3 +34,3 @@ description: 'Use for orange backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.bolder',

@@ -43,3 +43,3 @@ description: 'Use for purple backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.bolder',

@@ -52,3 +52,3 @@ description: 'Use for red backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.bolder',

@@ -61,3 +61,3 @@ description: 'Use for teal backgrounds of stronger emphasis when there is no meaning tied to the color, such as bold tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -70,3 +70,3 @@ description: 'Use for blue subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -79,3 +79,3 @@ description: 'Use for green subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -88,3 +88,3 @@ description: 'Use for magenta subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -97,3 +97,3 @@ description: 'Use for orange subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -106,3 +106,3 @@ description: 'Use for purple subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -115,3 +115,3 @@ description: 'Use for red subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -128,3 +128,3 @@ description: 'Use for teal subdued backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtler',

@@ -137,3 +137,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, such as coloured tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.blue.subtle',

@@ -148,3 +148,3 @@ description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtler',

@@ -157,3 +157,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.red.subtle',

@@ -168,3 +168,3 @@ description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtler',

@@ -177,3 +177,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.orange.subtle',

@@ -188,3 +188,3 @@ description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtler',

@@ -197,3 +197,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.yellow.subtle',

@@ -208,3 +208,3 @@ description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtler',

@@ -217,3 +217,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.green.subtle',

@@ -228,3 +228,3 @@ description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtler',

@@ -237,3 +237,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.teal.subtle',

@@ -248,3 +248,3 @@ description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtler',

@@ -257,3 +257,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.purple.subtle',

@@ -268,3 +268,3 @@ description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtler',

@@ -277,3 +277,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.accent.magenta.subtle',

@@ -288,3 +288,3 @@ description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.blanket.[default]',

@@ -326,3 +326,3 @@ description: 'Use for the screen overlay that appears with modal dialogs'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.hovered',

@@ -335,3 +335,3 @@ description: 'Hover state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.pressed',

@@ -344,3 +344,3 @@ description: 'Pressed state of background.boldBrand'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.brand.bold.[default]',

@@ -355,3 +355,3 @@ description: 'A vibrant background for small UI elements like primary buttons and bold in progress lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.hovered',

@@ -364,3 +364,3 @@ description: 'Hover state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.pressed',

@@ -373,3 +373,3 @@ description: 'Pressed state of background.boldDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.bold.[default]',

@@ -384,3 +384,3 @@ description: 'A vibrant background for small UI elements like danger buttons and bold removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.hovered',

@@ -393,3 +393,3 @@ description: 'Hover state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.pressed',

@@ -402,3 +402,3 @@ description: 'Pressed state of background.boldDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.bold.[default]',

@@ -413,3 +413,3 @@ description: 'A vibrant background for small UI elements like onboarding buttons and bold new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.hovered',

@@ -422,3 +422,3 @@ description: 'Hover state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.pressed',

@@ -431,3 +431,3 @@ description: 'Pressed state of background.boldNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.bold.[default]',

@@ -442,3 +442,3 @@ description: 'A vibrant background for small UI elements like unchecked toggles and bold default lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.hovered',

@@ -451,3 +451,3 @@ description: 'Hover state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.pressed',

@@ -460,3 +460,3 @@ description: 'Pressed state of background.boldSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.bold.[default]',

@@ -471,3 +471,3 @@ description: 'A vibrant background for small UI elements like checked toggles and bold success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.hovered',

@@ -480,3 +480,3 @@ description: 'Hover state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.pressed',

@@ -489,3 +489,3 @@ description: 'Pressed state of background.boldWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.bold.[default]',

@@ -499,3 +499,3 @@ description: 'A vibrant background for small UI elements like warning buttons and bold moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.raised',

@@ -508,3 +508,3 @@ description: 'Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.[default]',

@@ -517,3 +517,3 @@ description: 'Use as the primary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.overlay',

@@ -545,3 +545,3 @@ description: "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.pressed',

@@ -554,3 +554,3 @@ description: 'Pressed state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.input.[default]',

@@ -591,3 +591,3 @@ description: 'Hover state for background.subtleBorderedNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].hovered',

@@ -600,3 +600,3 @@ description: 'Hover state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].pressed',

@@ -609,3 +609,3 @@ description: 'Pressed state for background.subtleDanger'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.danger.[default].[default]',

@@ -620,3 +620,3 @@ description: 'Use for subdued backgrounds of UI elements like error section messages and removed lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].hovered',

@@ -629,3 +629,3 @@ description: 'Hover state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].pressed',

@@ -638,3 +638,3 @@ description: 'Pressed state for background.subtleDiscovery'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.discovery.[default].[default]',

@@ -649,3 +649,3 @@ description: 'Use for subdued backgrounds of UI elements like discovery section messages and new lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].hovered',

@@ -658,3 +658,3 @@ description: 'Hover state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].pressed',

@@ -667,3 +667,3 @@ description: 'Pressed state for background.subtleNeutral'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.[default].[default]',

@@ -678,3 +678,3 @@ description: 'Use as the default background of UI elements like buttons, lozenges, and tags.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].hovered',

@@ -687,3 +687,3 @@ description: 'Hover state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].pressed',

@@ -696,3 +696,3 @@ description: 'Pressed state for background.subtleSuccess'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.success.[default].[default]',

@@ -707,3 +707,3 @@ description: 'Use for subdued backgrounds of UI elements like success section messages and success lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].hovered',

@@ -716,3 +716,3 @@ description: 'Hover state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].pressed',

@@ -725,3 +725,3 @@ description: 'Pressed state for background.subtleWarning'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.warning.[default].[default]',

@@ -735,3 +735,3 @@ description: 'Use for subdued backgrounds of UI elements like warning section messages and moved lozenges.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.surface.sunken',

@@ -745,3 +745,3 @@ description: 'Use as a secondary background for the UI'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.hovered',

@@ -754,3 +754,3 @@ description: 'Hover state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.background.neutral.subtle.pressed',

@@ -766,3 +766,3 @@ description: 'Pressed state for UIs that do not have a default background, such as menu items or subtle buttons.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.[default]',

@@ -776,3 +776,3 @@ description: 'Use for primary text, such as body copy, sentence case headers, and buttons'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.pressed',

@@ -785,3 +785,3 @@ description: 'Use for links in a pressed state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.link.[default]',

@@ -795,3 +795,3 @@ description: 'Use for links in a resting or hover state. Add an underline for hover states'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtlest',

@@ -804,3 +804,3 @@ description: "\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nUse for icons that are paired with text.medEmphasis text"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.subtle',

@@ -813,3 +813,3 @@ description: "\nUse for secondary text, such navigation, subtle button links, input field labels, and all caps subheadings.\n\nUse for icon-only buttons, or icons paired with text.highEmphasis text\n "

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.inverse',

@@ -822,3 +822,3 @@ description: 'Use for text and icons when on bold backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.text.warning.inverse',

@@ -833,3 +833,3 @@ description: 'Use for text and icons when on bold warning backgrounds'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.focused',

@@ -842,3 +842,3 @@ description: 'Use for focus rings of elements in a focus state'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.border.[default]',

@@ -853,3 +853,3 @@ description: 'Use to create borders around UI elements such as text fields, checkboxes, and radio buttons, or to visually group or separate UI elements, such as flat cards or side panel dividers'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.brand',

@@ -862,3 +862,3 @@ description: "\nUse rarely for icons or borders representing brand, in-progress, or information, such as the icons in information sections messages.\n\nAlso use for blue icons or borders when there is no meaning tied to the color, such as file type icons."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.danger',

@@ -871,3 +871,3 @@ description: "\nUse rarely for icons and borders representing critical information, such the icons in error section messages or the borders on invalid text fields.\n\nAlso use for red icons or borders when there is no meaning tied to the color, such as file type icons."

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.discovery',

@@ -880,3 +880,3 @@ description: "\nUse rarely for icons and borders representing new information, such as the icons in discovery section mesages or the borders in onboarding spotlights.\n\nAlso use for purple icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.success',

@@ -889,3 +889,3 @@ description: "\nUse rarely for icons and borders representing positive information, such as the icons in success section messages or the borders on validated text fields.\n\nAlso use for green icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.icon.warning.[default]',

@@ -900,3 +900,3 @@ description: "\nUse rarely for icons and borders representing semi-urgent information, such as the icons in warning section messages.\n\nAlso use for yellow icons or borders when there is no meaning tied to the color, such as file type icons.\n"

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.hovered',

@@ -909,3 +909,3 @@ description: 'Use as a background overlay for elements in a hover state when their background color cannot change, such as avatars.'

group: 'paint',
state: 'deprecated',
state: 'deleted',
replacement: 'color.interaction.pressed',

@@ -921,3 +921,3 @@ description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.raised',

@@ -930,3 +930,3 @@ description: "\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board.\n\nCombine with background.overlay"

group: 'shadow',
state: 'deprecated',
state: 'deleted',
replacement: 'elevation.shadow.overlay',

@@ -933,0 +933,0 @@ description: "\nUse for the box shadow of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the box shadow of raised cards in a dragged state.\n\nCombine with background.overlay"

{
"name": "@atlaskit/tokens",
"version": "0.7.3",
"version": "0.8.0",
"sideEffects": false
}

@@ -240,2 +240,4 @@ /**

readonly 'color.interaction.inverse.pressed': "#00000052";
readonly 'color.skeleton': "#091E420F";
readonly 'color.skeleton.subtle': "#091E4208";
readonly 'color.link': "#0C66E4";

@@ -242,0 +244,0 @@ readonly 'color.link.pressed': "#0055CC";

@@ -237,2 +237,4 @@ declare const tokens: {

readonly 'color.interaction.inverse.pressed': "--ds-interaction-inverse-pressed";
readonly 'color.skeleton': "--ds-skeleton";
readonly 'color.skeleton.subtle': "--ds-skeleton-subtle";
readonly 'color.link': "--ds-link";

@@ -508,2 +510,4 @@ readonly 'color.link.pressed': "--ds-link-pressed";

'color.interaction.inverse.pressed': 'var(--ds-interaction-inverse-pressed)';
'color.skeleton': 'var(--ds-skeleton)';
'color.skeleton.subtle': 'var(--ds-skeleton-subtle)';
'color.link': 'var(--ds-link)';

@@ -510,0 +514,0 @@ 'color.link.pressed': 'var(--ds-link-pressed)';

/**
* Internally types used for handling token ids
*/
export declare type InternalTokenIds = 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.[default]' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.[default]' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.[default]' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.disabled' | 'color.background.inverse' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.interaction.inverse.hovered' | 'color.interaction.inverse.pressed' | 'color.link.[default]' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface.[default]' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
export declare type InternalTokenIds = 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.[default]' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon.[default]' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border.[default]' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.disabled' | 'color.background.inverse' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.interaction.inverse.hovered' | 'color.interaction.inverse.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface.[default]' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
/**
* Type representing the currently active tokens
*/
export declare type ActiveTokens = 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.disabled' | 'color.background.inverse' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.interaction.inverse.hovered' | 'color.interaction.inverse.pressed' | 'color.link' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';
export declare type ActiveTokens = 'color.text.accent.blue' | 'color.text.accent.blue.bolder' | 'color.text.accent.red' | 'color.text.accent.red.bolder' | 'color.text.accent.orange' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green' | 'color.text.accent.green.bolder' | 'color.text.accent.purple' | 'color.text.accent.purple.bolder' | 'color.text.accent.teal' | 'color.text.accent.teal.bolder' | 'color.text.accent.magenta' | 'color.text.accent.magenta.bolder' | 'color.text' | 'color.text.subtle' | 'color.text.subtlest' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.brand' | 'color.text.selected' | 'color.text.danger' | 'color.text.warning' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.icon.accent.blue' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.purple' | 'color.icon.accent.teal' | 'color.icon.accent.magenta' | 'color.icon' | 'color.icon.subtle' | 'color.icon.inverse' | 'color.icon.disabled' | 'color.icon.brand' | 'color.icon.selected' | 'color.icon.danger' | 'color.icon.warning' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.border.accent.blue' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.purple' | 'color.border.accent.teal' | 'color.border.accent.magenta' | 'color.border' | 'color.border.focused' | 'color.border.input' | 'color.border.disabled' | 'color.border.brand' | 'color.border.selected' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.disabled' | 'color.background.inverse' | 'color.background.input' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.neutral' | 'color.background.neutral.hovered' | 'color.background.neutral.pressed' | 'color.background.neutral.subtle' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.brand.bold' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.selected' | 'color.background.selected.hovered' | 'color.background.selected.pressed' | 'color.background.selected.bold' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.danger' | 'color.background.danger.hovered' | 'color.background.danger.pressed' | 'color.background.danger.bold' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning' | 'color.background.warning.hovered' | 'color.background.warning.pressed' | 'color.background.warning.bold' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success' | 'color.background.success.hovered' | 'color.background.success.pressed' | 'color.background.success.bold' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery' | 'color.background.discovery.hovered' | 'color.background.discovery.pressed' | 'color.background.discovery.bold' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information' | 'color.background.information.hovered' | 'color.background.information.pressed' | 'color.background.information.bold' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.interaction.inverse.hovered' | 'color.interaction.inverse.pressed' | 'color.skeleton' | 'color.skeleton.subtle' | 'color.link' | 'color.link.pressed' | 'elevation.shadow.raised' | 'elevation.shadow.overflow' | 'elevation.shadow.overlay' | 'elevation.surface' | 'elevation.surface.sunken' | 'elevation.surface.raised' | 'elevation.surface.overlay' | 'utility.UNSAFE_util.transparent' | 'utility.UNSAFE_util.MISSING_TOKEN';

@@ -492,2 +492,10 @@ import { InternalTokenIds } from './artifacts/types-internal';

}
export interface SkeletonColorTokenSchema {
color: {
skeleton: {
'[default]': PaintToken;
subtle: PaintToken;
};
};
}
export interface UtilTokenSchema {

@@ -494,0 +502,0 @@ UNSAFE_util: {

{
"name": "@atlaskit/tokens",
"version": "0.7.3",
"version": "0.8.0",
"author": "Atlassian Pty Ltd",

@@ -5,0 +5,0 @@ "description": "Tokens are a single source of truth to name and store Atlassian 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

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