Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-banner

Package Overview
Dependencies
Maintainers
0
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-PR2260-20240625214435 to 0.0.0-PR2260-20240626205515

4

CHANGELOG.md
# @khanacademy/wonder-blocks-banner
## 0.0.0-PR2260-20240625214435
## 0.0.0-PR2260-20240626205515

@@ -8,2 +8,4 @@ ### Patch Changes

- 0964b714: Banner: Fix styling issue where buttons are cropped when used as a custom action
- Updated dependencies [04a25ff7]
- @khanacademy/wonder-blocks-button@0.0.0-PR2260-20240626205515

@@ -10,0 +12,0 @@ ## 3.1.2

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

key: `custom-action-${i}`
}, React.createElement(View, {
style: styles.customAction
}, action.node));
}, action.node);
}

@@ -177,3 +175,5 @@ const handleClick = action.onClick;

marginTop: spacing.xSmall_8,
marginBottom: spacing.xSmall_8
marginBottom: spacing.xSmall_8,
height: 18,
alignItems: "center"
},

@@ -183,8 +183,4 @@ action: {

marginRight: spacing.xSmall_8,
justifyContent: "center",
height: 18
justifyContent: "center"
},
customAction: {
flexShrink: 0
},
link: {

@@ -191,0 +187,0 @@ fontSize: 14

@@ -95,5 +95,3 @@ 'use strict';

key: `custom-action-${i}`
}, React__namespace.createElement(wonderBlocksCore.View, {
style: styles.customAction
}, action.node));
}, action.node);
}

@@ -209,3 +207,5 @@ const handleClick = action.onClick;

marginTop: wonderBlocksTokens.spacing.xSmall_8,
marginBottom: wonderBlocksTokens.spacing.xSmall_8
marginBottom: wonderBlocksTokens.spacing.xSmall_8,
height: 18,
alignItems: "center"
},

@@ -215,8 +215,4 @@ action: {

marginRight: wonderBlocksTokens.spacing.xSmall_8,
justifyContent: "center",
height: 18
justifyContent: "center"
},
customAction: {
flexShrink: 0
},
link: {

@@ -223,0 +219,0 @@ fontSize: 14

{
"name": "@khanacademy/wonder-blocks-banner",
"version": "0.0.0-PR2260-20240625214435",
"version": "0.0.0-PR2260-20240626205515",
"design": "v1",

@@ -19,3 +19,3 @@ "description": "Banner components for Wonder Blocks.",

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-button": "^6.3.3",
"@khanacademy/wonder-blocks-button": "0.0.0-PR2260-20240626205515",
"@khanacademy/wonder-blocks-core": "^6.4.1",

@@ -22,0 +22,0 @@ "@khanacademy/wonder-blocks-icon": "^4.1.1",

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