@twilio-paste/spinner
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/spinner@1.1.0...@twilio-paste/spinner@1.1.1) (2019-12-05) | ||
### Bug Fixes | ||
* **spinner:** export the prop types with the component ([#206](https://github.com/twilio-labs/paste/issues/206)) ([e073184](https://github.com/twilio-labs/paste/commit/e073184dbec47ae4572732b2962cf28e8521adb4)) | ||
# [1.1.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/spinner@1.0.2...@twilio-paste/spinner@1.1.0) (2019-11-20) | ||
@@ -8,0 +19,0 @@ |
import * as React from 'react'; | ||
import { LoadingIconProps } from '@twilio-paste/icons/esm/LoadingIcon'; | ||
import { IconSize } from '@twilio-paste/types'; | ||
interface SpinnerProps extends LoadingIconProps { | ||
export interface SpinnerProps extends LoadingIconProps { | ||
title: string; | ||
@@ -6,0 +6,0 @@ size?: IconSize; |
{ | ||
"name": "@twilio-paste/spinner", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"category": "feedback", | ||
@@ -32,4 +32,4 @@ "status": "beta", | ||
"@emotion/styled": "^10.0.10", | ||
"@twilio-paste/icons": "^1.0.2", | ||
"@twilio-paste/types": "^2.1.0", | ||
"@twilio-paste/icons": "^1.1.0", | ||
"@twilio-paste/types": "^2.1.1", | ||
"react": "^16.8.6", | ||
@@ -41,4 +41,4 @@ "react-dom": "^16.8.6", | ||
"devDependencies": { | ||
"@twilio-paste/icons": "^1.1.0", | ||
"@twilio-paste/types": "^2.1.1", | ||
"@twilio-paste/icons": "^1.1.1", | ||
"@twilio-paste/types": "^2.1.2", | ||
"rollup": "^1.16.2", | ||
@@ -52,3 +52,3 @@ "rollup-plugin-babel": "^4.3.3", | ||
}, | ||
"gitHead": "29779d04d87a10d0f5200bfcb090e00b7e74b2e3" | ||
"gitHead": "68b5b09cb45f42d156fff3afff32aebc796dd321" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13456