Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-icon-button

Package Overview
Dependencies
Maintainers
1
Versions
383
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 3.0.0 to 3.0.1

3

components/icon-button-core.js

@@ -155,2 +155,5 @@ // @flow

margin: -8,
// This removes the 300ms click delay on mobile browsers by indicating that
// "double-tap to zoom" shouldn't be used on this element.
touchAction: "manipulation",
},

@@ -157,0 +160,0 @@ disabled: {

@@ -15,2 +15,3 @@ // @flow

onMouseUp: () => void 0,
onDragStart: () => void 0,
onTouchStart: () => void 0,

@@ -17,0 +18,0 @@ onTouchEnd: () => void 0,

5

dist/es/index.js

@@ -178,3 +178,6 @@ import React from 'react';

background: "none",
margin: -8
margin: -8,
// This removes the 300ms click delay on mobile browsers by indicating that
// "double-tap to zoom" shouldn't be used on this element.
touchAction: "manipulation"
},

@@ -181,0 +184,0 @@ disabled: {

@@ -261,3 +261,6 @@ module.exports =

background: "none",
margin: -8
margin: -8,
// This removes the 300ms click delay on mobile browsers by indicating that
// "double-tap to zoom" shouldn't be used on this element.
touchAction: "manipulation"
},

@@ -264,0 +267,0 @@ disabled: {

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

@@ -18,5 +18,5 @@ "publishConfig": {

"dependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.10",
"@khanacademy/wonder-blocks-core": "^1.2.3",
"@khanacademy/wonder-blocks-icon": "^1.0.7"
"@khanacademy/wonder-blocks-color": "^1.0.11",
"@khanacademy/wonder-blocks-core": "^1.2.4",
"@khanacademy/wonder-blocks-icon": "^1.0.8"
},

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

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