Socket
Socket
Sign inDemoInstall

@atlaskit/spinner

Package Overview
Dependencies
87
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.1.5 to 15.1.6

7

CHANGELOG.md
# @atlaskit/spinner
## 15.1.6
### Patch Changes
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
- Updated dependencies
## 15.1.5

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

4

dist/cjs/spinner.js

@@ -36,6 +36,6 @@ "use strict";

if (mode === 'light') {
return appearance === 'inherit' ? "var(--ds-text-mediumEmphasis, ".concat(_colors.N500, ")") : "var(--ds-text-onBold, ".concat(_colors.N0, ")");
return appearance === 'inherit' ? "var(--ds-text-subtle, ".concat(_colors.N500, ")") : "var(--ds-text-inverse, ".concat(_colors.N0, ")");
}
return appearance === 'inherit' ? "var(--ds-text-mediumEmphasis, ".concat(_colors.DN900, ")") : "var(--ds-text-onBold, ".concat(_colors.DN500, ")");
return appearance === 'inherit' ? "var(--ds-text-subtle, ".concat(_colors.DN900, ")") : "var(--ds-text-inverse, ".concat(_colors.DN500, ")");
}

@@ -42,0 +42,0 @@

{
"name": "@atlaskit/spinner",
"version": "15.1.5",
"version": "15.1.6",
"sideEffects": false
}

@@ -32,6 +32,6 @@ /** @jsx jsx */

if (mode === 'light') {
return appearance === 'inherit' ? `var(--ds-text-mediumEmphasis, ${N500})` : `var(--ds-text-onBold, ${N0})`;
return appearance === 'inherit' ? `var(--ds-text-subtle, ${N500})` : `var(--ds-text-inverse, ${N0})`;
}
return appearance === 'inherit' ? `var(--ds-text-mediumEmphasis, ${DN900})` : `var(--ds-text-onBold, ${DN500})`;
return appearance === 'inherit' ? `var(--ds-text-subtle, ${DN900})` : `var(--ds-text-inverse, ${DN500})`;
}

@@ -38,0 +38,0 @@

{
"name": "@atlaskit/spinner",
"version": "15.1.5",
"version": "15.1.6",
"sideEffects": false
}

@@ -23,6 +23,6 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";

if (mode === 'light') {
return appearance === 'inherit' ? "var(--ds-text-mediumEmphasis, ".concat(N500, ")") : "var(--ds-text-onBold, ".concat(N0, ")");
return appearance === 'inherit' ? "var(--ds-text-subtle, ".concat(N500, ")") : "var(--ds-text-inverse, ".concat(N0, ")");
}
return appearance === 'inherit' ? "var(--ds-text-mediumEmphasis, ".concat(DN900, ")") : "var(--ds-text-onBold, ".concat(DN500, ")");
return appearance === 'inherit' ? "var(--ds-text-subtle, ".concat(DN900, ")") : "var(--ds-text-inverse, ".concat(DN500, ")");
}

@@ -29,0 +29,0 @@

{
"name": "@atlaskit/spinner",
"version": "15.1.5",
"version": "15.1.6",
"sideEffects": false
}
{
"name": "@atlaskit/spinner",
"version": "15.1.5",
"version": "15.1.6",
"description": "A spinner is an animated spinning icon that lets users know content is being loaded.",

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

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

@@ -30,0 +30,0 @@ "@emotion/core": "^10.0.9"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc