@lendi-ui/spinner
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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
8077
75
7
+ Added@lendi-ui/utils@^2.2.0
+ Added@lendi-ui/utils@2.5.0(transitive)
+ Added@lendi/lendi-analytics-package@1.0.1(transitive)
+ Addedcreate-react-context@0.2.3(transitive)
+ Addedgud@1.0.0(transitive)