Socket
Socket
Sign inDemoInstall

@atlaskit/icon

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/icon - npm Package Compare versions

Comparing version 21.10.1 to 21.10.2

constellation/index/examples.mdx

7

CHANGELOG.md
# @atlaskit/icon
## 21.10.2
### Patch Changes
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes
- Updated dependencies
## 21.10.1

@@ -4,0 +11,0 @@

4

dist/cjs/components/utils.js

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

var themedBackground = {
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
light: "var(--ds-surface, #FFFFFF)",
dark: "var(--ds-surface, #1B2638)"
};

@@ -12,0 +12,0 @@ /**

{
"name": "@atlaskit/icon",
"version": "21.10.1",
"version": "21.10.2",
"sideEffects": false
}
const themedBackground = {
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
light: "var(--ds-surface, #FFFFFF)",
dark: "var(--ds-surface, #1B2638)"
};

@@ -5,0 +5,0 @@ /**

{
"name": "@atlaskit/icon",
"version": "21.10.1",
"version": "21.10.2",
"sideEffects": false
}
var themedBackground = {
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
light: "var(--ds-surface, #FFFFFF)",
dark: "var(--ds-surface, #1B2638)"
};

@@ -5,0 +5,0 @@ /**

{
"name": "@atlaskit/icon",
"version": "21.10.1",
"version": "21.10.2",
"sideEffects": false
}

@@ -6,2 +6,2 @@ import type { ThemeModes } from '@atlaskit/theme/types';

*/
export declare const getBackground: (mode?: ThemeModes) => "var(--ds-background-default)";
export declare const getBackground: (mode?: ThemeModes) => "var(--ds-surface)";
{
"name": "@atlaskit/icon",
"version": "21.10.1",
"version": "21.10.2",
"description": "An icon is used as a visual representation of common actions and commands to provide context.",

@@ -38,3 +38,3 @@ "publishConfig": {

"@atlaskit/theme": "^12.1.0",
"@atlaskit/tokens": "^0.5.0",
"@atlaskit/tokens": "^0.6.0",
"@babel/runtime": "^7.0.0",

@@ -50,3 +50,3 @@ "@emotion/core": "^10.0.9"

"@atlaskit/docs": "*",
"@atlaskit/dynamic-table": "^14.4.0",
"@atlaskit/dynamic-table": "^14.5.0",
"@atlaskit/icon-file-type": "^6.3.0",

@@ -53,0 +53,0 @@ "@atlaskit/icon-object": "^6.2.0",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc