@khanacademy/wonder-blocks-icon-button 3.4.9 → 3.4.10

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-icon-button
2
2
 
3
+ ## 3.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [34c7aacb]
8
+ - @khanacademy/wonder-blocks-color@1.2.0
9
+
3
10
  ## 3.4.9
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-icon-button",
3
- "version": "3.4.9",
3
+ "version": "3.4.10",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.18.6",
19
19
  "@khanacademy/wonder-blocks-clickable": "^2.3.0",
20
- "@khanacademy/wonder-blocks-color": "^1.1.20",
20
+ "@khanacademy/wonder-blocks-color": "^1.2.0",
21
21
  "@khanacademy/wonder-blocks-core": "^4.3.2",
22
22
  "@khanacademy/wonder-blocks-icon": "^1.2.29"
23
23
  },
@@ -459,7 +459,7 @@ exports[`wonder-blocks-icon-button example 2 1`] = `
459
459
  style={
460
460
  Object {
461
461
  "alignItems": "stretch",
462
- "backgroundColor": "#0a2a66",
462
+ "backgroundColor": "#0b2149",
463
463
  "borderStyle": "solid",
464
464
  "borderWidth": 0,
465
465
  "boxSizing": "border-box",