Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/spinner

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/spinner - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

27

CHANGELOG.md
# @atlaskit/spinner
## 7.0.0
- [major] Update examples [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
- [major] Update test to reflect the changes and remove the one that flow was supposed to check [21373ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21373ab)
- [major] Update default to be medium 24px [179007a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/179007a)
- [major] Add a xsmall size to avoid consumer issues [dda4ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dda4ec8)
- [major] Update spinner sizes based on design specs [27571e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27571e5)
- [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
- [none] Updated dependencies [21373ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21373ab)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
- [none] Updated dependencies [179007a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/179007a)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
- [none] Updated dependencies [dda4ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dda4ec8)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
- [major] Updated dependencies [27571e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27571e5)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
## 6.0.1

@@ -4,0 +31,0 @@ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)

9

dist/cjs/Spinner/constants.js

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

var SIZES_MAP = exports.SIZES_MAP = {
small: 20,
medium: 30,
large: 50,
xlarge: 100
xsmall: 8,
small: 16,
medium: 24,
large: 48,
xlarge: 96
};
var DEFAULT_SIZE = exports.DEFAULT_SIZE = SIZES_MAP.small;

@@ -180,4 +180,4 @@ 'use strict';

onComplete: function onComplete() {},
size: 'small'
size: 'medium'
};
exports.default = Spinner;
export var SIZES_MAP = {
small: 20,
medium: 30,
large: 50,
xlarge: 100
xsmall: 8,
small: 16,
medium: 24,
large: 48,
xlarge: 96
};
export var DEFAULT_SIZE = SIZES_MAP.small;

@@ -145,4 +145,4 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

onComplete: function onComplete() {},
size: 'small'
size: 'medium'
};
export default Spinner;
{
"name": "@atlaskit/spinner",
"version": "6.0.0"
"version": "6.0.1"
}
{
"name": "@atlaskit/spinner",
"version": "6.0.1",
"version": "7.0.0",
"description": "A React component that displays a spinning icon to show a loading state",

@@ -26,3 +26,3 @@ "license": "Apache-2.0",

"dependencies": {
"@atlaskit/theme": "^4.0.1",
"@atlaskit/theme": "^4.0.2",
"babel-runtime": "^6.26.0",

@@ -36,4 +36,4 @@ "react-transition-group": "^2.2.1"

"devDependencies": {
"@atlaskit/button": "^8.0.1",
"@atlaskit/docs": "^4.0.1",
"@atlaskit/button": "^8.1.0",
"@atlaskit/docs": "^4.1.0",
"@atlaskit/util-shared-styles": "^2.10.3",

@@ -40,0 +40,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz",

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 not supported yet

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 not supported yet

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