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-PR2259-20240624224023 to 0.0.0-PR2260-20240625214435

15

CHANGELOG.md
# @khanacademy/wonder-blocks-banner
## 0.0.0-PR2259-20240624224023
## 0.0.0-PR2260-20240625214435
### Patch Changes
- Updated dependencies [7306025e]
- @khanacademy/wonder-blocks-button@0.0.0-PR2259-20240624224023
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2259-20240624224023
- @khanacademy/wonder-blocks-link@0.0.0-PR2259-20240624224023
- 0964b714: Banner: Fix styling issue where buttons are cropped when used as a custom action
## 3.1.2
### Patch Changes
- @khanacademy/wonder-blocks-button@6.3.3
- @khanacademy/wonder-blocks-icon-button@5.3.1
- @khanacademy/wonder-blocks-link@6.1.3
## 3.1.1

@@ -13,0 +18,0 @@

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

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

@@ -183,2 +185,5 @@ const handleClick = action.onClick;

},
customAction: {
flexShrink: 0
},
link: {

@@ -185,0 +190,0 @@ fontSize: 14

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

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

@@ -215,2 +217,5 @@ const handleClick = action.onClick;

},
customAction: {
flexShrink: 0
},
link: {

@@ -217,0 +222,0 @@ fontSize: 14

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

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

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-button": "0.0.0-PR2259-20240624224023",
"@khanacademy/wonder-blocks-button": "^6.3.3",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-icon": "^4.1.1",
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2259-20240624224023",
"@khanacademy/wonder-blocks-link": "0.0.0-PR2259-20240624224023",
"@khanacademy/wonder-blocks-icon-button": "^5.3.1",
"@khanacademy/wonder-blocks-link": "^6.1.3",
"@khanacademy/wonder-blocks-tokens": "^1.3.0",

@@ -26,0 +26,0 @@ "@khanacademy/wonder-blocks-typography": "^2.1.12"

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