Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-icon-button

Package Overview
Dependencies
Maintainers
1
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-icon-button - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

10

CHANGELOG.md
# @khanacademy/wonder-blocks-icon-button
## 4.1.1
### Patch Changes
- 9f3752d4: Used named functions in componenets with forwarded refs
- Updated dependencies [9f3752d4]
- @khanacademy/wonder-blocks-core@5.3.1
- @khanacademy/wonder-blocks-clickable@3.1.2
- @khanacademy/wonder-blocks-icon@2.0.15
## 4.1.0

@@ -4,0 +14,0 @@

4

dist/es/index.js

@@ -46,3 +46,3 @@ import * as React from 'react';

const StyledLink = addStyle(Link);
const IconButtonCore = React.forwardRef((props, ref) => {
const IconButtonCore = React.forwardRef(function IconButtonCore(props, ref) {
const {

@@ -176,3 +176,3 @@ skipClientNav,

const _excluded = ["onClick", "href", "skipClientNav", "tabIndex", "target", "color", "kind", "light", "disabled"];
const IconButton = React.forwardRef((props, ref) => {
const IconButton = React.forwardRef(function IconButton(props, ref) {
const {

@@ -179,0 +179,0 @@ onClick,

@@ -72,3 +72,3 @@ 'use strict';

const StyledLink = wonderBlocksCore.addStyle(reactRouterDom.Link);
const IconButtonCore = React__namespace.forwardRef((props, ref) => {
const IconButtonCore = React__namespace.forwardRef(function IconButtonCore(props, ref) {
const {

@@ -202,3 +202,3 @@ skipClientNav,

const _excluded = ["onClick", "href", "skipClientNav", "tabIndex", "target", "color", "kind", "light", "disabled"];
const IconButton = React__namespace.forwardRef((props, ref) => {
const IconButton = React__namespace.forwardRef(function IconButton(props, ref) {
const {

@@ -205,0 +205,0 @@ onClick,

{
"name": "@khanacademy/wonder-blocks-icon-button",
"version": "4.1.0",
"version": "4.1.1",
"design": "v1",

@@ -19,6 +19,6 @@ "publishConfig": {

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-clickable": "^3.1.1",
"@khanacademy/wonder-blocks-clickable": "^3.1.2",
"@khanacademy/wonder-blocks-color": "^2.0.1",
"@khanacademy/wonder-blocks-core": "^5.3.0",
"@khanacademy/wonder-blocks-icon": "^2.0.14"
"@khanacademy/wonder-blocks-core": "^5.3.1",
"@khanacademy/wonder-blocks-icon": "^2.0.15"
},

@@ -25,0 +25,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc