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.9.1 to 21.9.2

glyph/editor/remove-emoji.d.ts

11

CHANGELOG.md
# @atlaskit/icon
## 21.9.2
### Minor Changes
- [`229177bb85d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/229177bb85d) - CETI-16 added remove emoji icon so that it appears in mobilekit too
### Patch Changes
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
- Updated dependencies
## 21.9.1

@@ -4,0 +15,0 @@

7

dist/cjs/components/utils.js

@@ -7,8 +7,5 @@ "use strict";

exports.getBackground = void 0;
var _tokens = require("@atlaskit/tokens");
var themedBackground = {
light: (0, _tokens.token)('color.background.default', '#FFFFFF'),
dark: (0, _tokens.token)('color.background.default', '#1B2638')
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
};

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

{
"name": "@atlaskit/icon",
"version": "21.9.1",
"version": "21.9.2",
"sideEffects": false
}

@@ -1,5 +0,4 @@

import { token } from '@atlaskit/tokens';
const themedBackground = {
light: token('color.background.default', '#FFFFFF'),
dark: token('color.background.default', '#1B2638')
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
};

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

{
"name": "@atlaskit/icon",
"version": "21.9.1",
"version": "21.9.2",
"sideEffects": false
}

@@ -1,5 +0,4 @@

import { token } from '@atlaskit/tokens';
var themedBackground = {
light: token('color.background.default', '#FFFFFF'),
dark: token('color.background.default', '#1B2638')
light: "var(--ds-background-default, #FFFFFF)",
dark: "var(--ds-background-default, #1B2638)"
};

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

{
"name": "@atlaskit/icon",
"version": "21.9.1",
"version": "21.9.2",
"sideEffects": false
}
{
"name": "@atlaskit/icon",
"version": "21.9.1",
"version": "21.9.2",
"description": "An icon is used as a visual representation of common actions and commands to provide context.",

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

"@atlaskit/theme": "^12.0.0",
"@atlaskit/tokens": "^0.3.0",
"@atlaskit/tokens": "^0.4.0",
"@babel/runtime": "^7.0.0",

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

"@atlaskit/logo": "^13.5.0",
"@atlaskit/modal-dialog": "^12.1.0",
"@atlaskit/modal-dialog": "^12.2.0",
"@atlaskit/section-message": "^6.1.0",

@@ -86,3 +86,6 @@ "@atlaskit/ssr": "*",

"design-system": "v1",
"styling": "emotion",
"styling": [
"static",
"emotion"
],
"ui-components": "lite-mode",

@@ -89,0 +92,0 @@ "analytics": "analytics-next",

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