@khanacademy/wonder-blocks-progress-spinner
Advanced tools
Comparing version 2.1.5 to 2.1.6
# @khanacademy/wonder-blocks-progress-spinner | ||
## 2.1.6 | ||
### Patch Changes | ||
- 688c65dc: Update CircularSpinner color to offBlack50 for improved color contrast for accessibility | ||
- Updated dependencies [07f7f407] | ||
- @khanacademy/wonder-blocks-core@7.0.0 | ||
## 2.1.5 | ||
@@ -4,0 +12,0 @@ |
@@ -20,3 +20,3 @@ import * as React from 'react'; | ||
light: color.white, | ||
dark: color.offBlack16 | ||
dark: color.offBlack50 | ||
}; | ||
@@ -23,0 +23,0 @@ const StyledPath = addStyle("path"); |
@@ -44,3 +44,3 @@ 'use strict'; | ||
light: wonderBlocksTokens.color.white, | ||
dark: wonderBlocksTokens.color.offBlack16 | ||
dark: wonderBlocksTokens.color.offBlack50 | ||
}; | ||
@@ -47,0 +47,0 @@ const StyledPath = wonderBlocksCore.addStyle("path"); |
{ | ||
"name": "@khanacademy/wonder-blocks-progress-spinner", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"design": "v1", | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
"@babel/runtime": "^7.18.6", | ||
"@khanacademy/wonder-blocks-core": "^6.4.3", | ||
"@khanacademy/wonder-blocks-core": "^7.0.0", | ||
"@khanacademy/wonder-blocks-tokens": "^2.0.0" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
73190
+ Added@khanacademy/wonder-blocks-core@7.0.1(transitive)
- Removed@khanacademy/wonder-blocks-core@6.4.3(transitive)