New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lendi-ui/spinner

Package Overview
Dependencies
Maintainers
31
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/spinner - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

34

CHANGELOG.md

@@ -1,22 +0,32 @@

1.0.0 - Initial version
# Changelog - @lendi-ui/spinner
1.0.1 - Fix import statement in documentation
## [2.0.1] 2019-04-29 [HUB-94] (http://creditandfinance.atlassian.net/browse/HUB-95)
### Added
- Added normalise mixin to outer component.
- Added utils dependency ^2.0.1.
## [1.0.2] - 2019-03-05 - [BRAVO-535] (https://creditandfinance.atlassian.net/browse/BRAVO-535)
## [2.0.0] - 2019-04-30 - [HUB-54] (https://creditandfinance.atlassian.net/browse/HUB-54)
### Deleted
- Remove the CJS bundles.
## [1.0.4] - 2019-04-24 - [HUB-16](https://creditandfinance.atlassian.net/browse/HUB-16)
### Changed
- Updated icon dependency from ^4 to ^5
- Remove a position:relative to fix a positioning issue.
## [1.0.3] - 2019-03-14 - [BRAVO-671] (https://creditandfinance.atlassian.net/browse/BRAVO-671)
### Changed
- Add classname to Spinner then allow custom style applied
## [1.0.4] - 2019-04-24 - [HUB-16](https://creditandfinance.atlassian.net/browse/HUB-16)
## [1.0.2] - 2019-03-05 - [BRAVO-535] (https://creditandfinance.atlassian.net/browse/BRAVO-535)
### Changed
- Remove a position:relative to fix a positioning issue.
- Updated icon dependency from ^4 to ^5
## [2.0.0] - 2019-04-30 - [HUB-54] (https://creditandfinance.atlassian.net/browse/HUB-54)
### Deleted
- Remove the CJS bundles
## [1.0.1]
### Fixed
- Fix import statement in documentation
## [1.0.0]
### Added
- Initial version

@@ -7,5 +7,6 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {

import { Spinner as SpinnerIcon } from '@lendi-ui/icon';
import { normalise } from '@lendi-ui/utils';
var spin = keyframes(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n"], ["\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n"])));
export var SpinnerIconWrapper = styled(SpinnerIcon)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n animation: ", " 1.2s linear infinite;\n display: inline-block;\n line-height: 0;\n"], ["\n animation: ", " 1.2s linear infinite;\n display: inline-block;\n line-height: 0;\n"])), spin);
export var SpinnerIconWrapper = styled(SpinnerIcon)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n animation: ", " 1.2s linear infinite;\n display: inline-block;\n line-height: 0;\n"], ["\n ", ";\n animation: ", " 1.2s linear infinite;\n display: inline-block;\n line-height: 0;\n"])), normalise, spin);
var templateObject_1, templateObject_2;
//# sourceMappingURL=index.style.js.map
{
"name": "@lendi-ui/spinner",
"version": "2.0.0",
"version": "2.0.1",
"license": "ISC",

@@ -22,3 +22,4 @@ "source": "src/index.tsx",

"@lendi-ui/icon": "^7.0.0",
"@lendi-ui/color": "^3.0.0"
"@lendi-ui/color": "^3.0.0",
"@lendi-ui/utils": "^2.2.0"
},

@@ -25,0 +26,0 @@ "scripts": {

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