Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-button

Package Overview
Dependencies
Maintainers
1
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.2.1 to 2.2.2

3

components/button-core.js

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

boxSizing: "border-box",
// 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",
},

@@ -169,0 +172,0 @@ withIcon: {

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

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

@@ -15,0 +16,0 @@ onTouchEnd: () => void 0,

5

dist/es/index.js

@@ -196,3 +196,6 @@ import { Component, createElement, Fragment } from 'react';

textDecoration: "none",
boxSizing: "border-box"
boxSizing: "border-box",
// 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"
},

@@ -199,0 +202,0 @@ withIcon: {

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

textDecoration: "none",
boxSizing: "border-box"
boxSizing: "border-box",
// 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"
},

@@ -309,0 +312,0 @@ withIcon: {

{
"name": "@khanacademy/wonder-blocks-button",
"version": "2.2.1",
"version": "2.2.2",
"design": "v1",

@@ -18,8 +18,8 @@ "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-progress-spinner": "^1.0.7",
"@khanacademy/wonder-blocks-spacing": "^2.0.8",
"@khanacademy/wonder-blocks-typography": "^1.0.10"
"@khanacademy/wonder-blocks-color": "^1.0.11",
"@khanacademy/wonder-blocks-core": "^1.2.4",
"@khanacademy/wonder-blocks-icon": "^1.0.8",
"@khanacademy/wonder-blocks-progress-spinner": "^1.0.8",
"@khanacademy/wonder-blocks-spacing": "^2.0.9",
"@khanacademy/wonder-blocks-typography": "^1.0.11"
},

@@ -26,0 +26,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