@khanacademy/wonder-blocks-progress-spinner
Advanced tools
Comparing version 1.1.34 to 1.1.35
# @khanacademy/wonder-blocks-progress-spinner | ||
## 1.1.35 | ||
### Patch Changes | ||
- Updated dependencies [6ee20af9] | ||
- @khanacademy/wonder-blocks-core@4.4.0 | ||
## 1.1.34 | ||
@@ -4,0 +11,0 @@ |
@@ -145,2 +145,10 @@ module.exports = | ||
* be used by default in most places where a loading indicator is needed. | ||
* | ||
* ### Usage | ||
* | ||
* ```js | ||
* import {CircularSpinner} from "@khanacademy/wonder-blocks-progress-spinner"; | ||
* | ||
* <CircularSpinner /> | ||
* ``` | ||
*/ | ||
@@ -147,0 +155,0 @@ class CircularSpinner extends react__WEBPACK_IMPORTED_MODULE_0__["Component"] { |
{ | ||
"name": "@khanacademy/wonder-blocks-progress-spinner", | ||
"version": "1.1.34", | ||
"version": "1.1.35", | ||
"design": "v1", | ||
@@ -20,3 +20,3 @@ "publishConfig": { | ||
"@khanacademy/wonder-blocks-color": "^1.2.0", | ||
"@khanacademy/wonder-blocks-core": "^4.3.2", | ||
"@khanacademy/wonder-blocks-core": "^4.4.0", | ||
"@khanacademy/wonder-blocks-spacing": "^3.0.5" | ||
@@ -23,0 +23,0 @@ }, |
@@ -61,2 +61,10 @@ // @flow | ||
* be used by default in most places where a loading indicator is needed. | ||
* | ||
* ### Usage | ||
* | ||
* ```js | ||
* import {CircularSpinner} from "@khanacademy/wonder-blocks-progress-spinner"; | ||
* | ||
* <CircularSpinner /> | ||
* ``` | ||
*/ | ||
@@ -63,0 +71,0 @@ export default class CircularSpinner extends React.Component<Props> { |
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
56759
12
671