@khanacademy/wonder-blocks-icon-button 3.4.0 → 3.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-icon-button",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,11 +15,11 @@
15
15
  "author": "",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.13.10",
19
- "@khanacademy/wonder-blocks-clickable": "^2.2.0",
20
- "@khanacademy/wonder-blocks-color": "^1.1.19",
21
- "@khanacademy/wonder-blocks-core": "^3.2.0",
22
- "@khanacademy/wonder-blocks-icon": "^1.2.23"
18
+ "@babel/runtime": "^7.16.3",
19
+ "@khanacademy/wonder-blocks-clickable": "^2.2.1",
20
+ "@khanacademy/wonder-blocks-color": "^1.1.20",
21
+ "@khanacademy/wonder-blocks-core": "^4.0.0",
22
+ "@khanacademy/wonder-blocks-icon": "^1.2.24"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "aphrodite": "^1.2.5",
@@ -28,7 +28,7 @@
28
28
  "react-router-dom": "5.3.0"
29
29
  },
30
30
  "devDependencies": {
31
- "wb-dev-build-settings": "^0.1.2"
31
+ "wb-dev-build-settings": "^0.2.0"
32
32
  },
33
- "gitHead": "b6193f70c73e70fbaf76bc688dc69a47fb1d0ef3"
33
+ "gitHead": "9ebea88533e702011165072f090a377e02fa3f0f"
34
34
  }
@@ -178,14 +178,8 @@ export default class IconButton extends React.Component<SharedProps> {
178
178
  };
179
179
 
180
180
  renderClickableBehavior(router: any): React.Node {
181
- const {
182
- onClick,
183
- href,
184
- skipClientNav,
185
- tabIndex,
186
- target,
187
- ...sharedProps
188
- } = this.props;
181
+ const {onClick, href, skipClientNav, tabIndex, target, ...sharedProps} =
182
+ this.props;
189
183
 
190
184
  const ClickableBehavior = getClickableBehavior(
191
185
  href,