@khanacademy/wonder-blocks-banner
Advanced tools
Comparing version 0.0.0-PR2285-20240826184028 to 0.0.0-PR2285-20240828144235
# @khanacademy/wonder-blocks-banner | ||
## 0.0.0-PR2285-20240826184028 | ||
## 0.0.0-PR2285-20240828144235 | ||
### Patch Changes | ||
- Updated dependencies [fa952500] | ||
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2285-20240826184028 | ||
- Updated dependencies [ea506e85] | ||
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2285-20240828144235 | ||
## 3.1.8 | ||
### Patch Changes | ||
- Updated dependencies [07f7f407] | ||
- @khanacademy/wonder-blocks-core@7.0.0 | ||
- @khanacademy/wonder-blocks-button@6.3.9 | ||
- @khanacademy/wonder-blocks-icon@4.1.4 | ||
- @khanacademy/wonder-blocks-icon-button@5.3.5 | ||
- @khanacademy/wonder-blocks-link@6.1.7 | ||
- @khanacademy/wonder-blocks-typography@2.1.15 | ||
## 3.1.7 | ||
### Patch Changes | ||
- Updated dependencies [efa99094] | ||
- @khanacademy/wonder-blocks-button@6.3.8 | ||
## 3.1.6 | ||
### Patch Changes | ||
- Updated dependencies [f17dc1ee] | ||
- Updated dependencies [991eb43f] | ||
- Updated dependencies [f17dc1ee] | ||
- Updated dependencies [4d346dc8] | ||
- @khanacademy/wonder-blocks-tokens@2.0.0 | ||
- @khanacademy/wonder-blocks-link@6.1.6 | ||
- @khanacademy/wonder-blocks-button@6.3.7 | ||
- @khanacademy/wonder-blocks-icon-button@5.3.4 | ||
## 3.1.5 | ||
### Patch Changes | ||
- 559e82d5: Update to build tooling, generating smaller output | ||
- Updated dependencies [559e82d5] | ||
- @khanacademy/wonder-blocks-button@6.3.6 | ||
- @khanacademy/wonder-blocks-core@6.4.3 | ||
- @khanacademy/wonder-blocks-icon@4.1.3 | ||
- @khanacademy/wonder-blocks-icon-button@5.3.3 | ||
- @khanacademy/wonder-blocks-link@6.1.5 | ||
- @khanacademy/wonder-blocks-tokens@1.3.1 | ||
- @khanacademy/wonder-blocks-typography@2.1.14 | ||
## 3.1.4 | ||
### Patch Changes | ||
- Updated dependencies [eab37b8b] | ||
- @khanacademy/wonder-blocks-core@6.4.2 | ||
- @khanacademy/wonder-blocks-button@6.3.5 | ||
- @khanacademy/wonder-blocks-icon@4.1.2 | ||
- @khanacademy/wonder-blocks-icon-button@5.3.2 | ||
- @khanacademy/wonder-blocks-link@6.1.4 | ||
- @khanacademy/wonder-blocks-typography@2.1.13 | ||
## 3.1.3 | ||
### Patch Changes | ||
- a44e87b6: Banner: Fix styling issue where buttons are cropped when used as a custom action | ||
- Updated dependencies [04a25ff7] | ||
- @khanacademy/wonder-blocks-button@6.3.4 | ||
## 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 | ||
@@ -11,0 +85,0 @@ |
@@ -174,3 +174,5 @@ import * as React from 'react'; | ||
marginTop: spacing.xSmall_8, | ||
marginBottom: spacing.xSmall_8 | ||
marginBottom: spacing.xSmall_8, | ||
height: 18, | ||
alignItems: "center" | ||
}, | ||
@@ -180,4 +182,3 @@ action: { | ||
marginRight: spacing.xSmall_8, | ||
justifyContent: "center", | ||
height: 18 | ||
justifyContent: "center" | ||
}, | ||
@@ -184,0 +185,0 @@ link: { |
@@ -206,3 +206,5 @@ 'use strict'; | ||
marginTop: wonderBlocksTokens.spacing.xSmall_8, | ||
marginBottom: wonderBlocksTokens.spacing.xSmall_8 | ||
marginBottom: wonderBlocksTokens.spacing.xSmall_8, | ||
height: 18, | ||
alignItems: "center" | ||
}, | ||
@@ -212,4 +214,3 @@ action: { | ||
marginRight: wonderBlocksTokens.spacing.xSmall_8, | ||
justifyContent: "center", | ||
height: 18 | ||
justifyContent: "center" | ||
}, | ||
@@ -216,0 +217,0 @@ link: { |
{ | ||
"name": "@khanacademy/wonder-blocks-banner", | ||
"version": "0.0.0-PR2285-20240826184028", | ||
"version": "0.0.0-PR2285-20240828144235", | ||
"design": "v1", | ||
@@ -19,9 +19,9 @@ "description": "Banner components for Wonder Blocks.", | ||
"@babel/runtime": "^7.18.6", | ||
"@khanacademy/wonder-blocks-button": "^6.3.2", | ||
"@khanacademy/wonder-blocks-core": "^6.4.1", | ||
"@khanacademy/wonder-blocks-icon": "^4.1.1", | ||
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2285-20240826184028", | ||
"@khanacademy/wonder-blocks-link": "^6.1.2", | ||
"@khanacademy/wonder-blocks-tokens": "^1.3.0", | ||
"@khanacademy/wonder-blocks-typography": "^2.1.12" | ||
"@khanacademy/wonder-blocks-button": "^6.3.9", | ||
"@khanacademy/wonder-blocks-core": "^7.0.0", | ||
"@khanacademy/wonder-blocks-icon": "^4.1.4", | ||
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2285-20240828144235", | ||
"@khanacademy/wonder-blocks-link": "^6.1.7", | ||
"@khanacademy/wonder-blocks-tokens": "^2.0.0", | ||
"@khanacademy/wonder-blocks-typography": "^2.1.15" | ||
}, | ||
@@ -34,4 +34,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "^1.0.0" | ||
"@khanacademy/wb-dev-build-settings": "^1.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130244
1395
+ Added@khanacademy/wonder-blocks-icon-button@0.0.0-PR2285-20240828144235(transitive)
- Removed@khanacademy/wonder-blocks-core@6.4.3(transitive)
- Removed@khanacademy/wonder-blocks-icon-button@0.0.0-PR2285-20240826184028(transitive)
- Removed@khanacademy/wonder-blocks-tokens@1.3.1(transitive)
Updated@khanacademy/wonder-blocks-icon-button@0.0.0-PR2285-20240828144235