@khanacademy/wonder-blocks-progress-spinner 1.1.33 → 1.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/wonder-blocks-progress-spinner
2
2
 
3
+ ## 1.1.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [34c7aacb]
8
+ - @khanacademy/wonder-blocks-color@1.2.0
9
+
3
10
  ## 1.1.33
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-progress-spinner",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,8 +15,8 @@
15
15
  "author": "",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.16.3",
19
- "@khanacademy/wonder-blocks-color": "^1.1.20",
18
+ "@babel/runtime": "^7.18.6",
19
+ "@khanacademy/wonder-blocks-color": "^1.2.0",
20
20
  "@khanacademy/wonder-blocks-core": "^4.3.2",
21
21
  "@khanacademy/wonder-blocks-spacing": "^3.0.5"
22
22
  },
@@ -457,7 +457,7 @@ exports[`wonder-blocks-progress-spinner example 2 1`] = `
457
457
  style={
458
458
  Object {
459
459
  "alignItems": "stretch",
460
- "background": "#0a2a66",
460
+ "background": "#0b2149",
461
461
  "borderStyle": "solid",
462
462
  "borderWidth": 0,
463
463
  "boxSizing": "border-box",