@leafygreen-ui/banner
Advanced tools
Comparing version 7.0.8-next.5 to 7.0.8-next.6
# @leafygreen-ui/banner | ||
## 7.0.8-next.6 | ||
### Patch Changes | ||
- b060d06ce: Updates story files for Storybook 7.x | ||
- b060d06ce: Exports primary component props | ||
- Updated dependencies [6a3f03fd2] | ||
- Updated dependencies [b060d06ce] | ||
- Updated dependencies [b060d06ce] | ||
- @leafygreen-ui/typography@16.4.1-next.6 | ||
- @leafygreen-ui/icon@11.16.1-next.6 | ||
- @leafygreen-ui/icon-button@15.0.11-next.6 | ||
- @leafygreen-ui/leafygreen-provider@3.1.3-next.6 | ||
- @leafygreen-ui/lib@10.3.4-next.6 | ||
## 7.0.8-next.5 | ||
@@ -4,0 +19,0 @@ |
@@ -24,3 +24,3 @@ /// <reference types="react" /> | ||
image: PropTypes.Requireable<PropTypes.ReactElementLike>; | ||
baseFontSize: PropTypes.Requireable<13 | 16>; | ||
baseFontSize: PropTypes.Requireable<16 | 13>; | ||
}; | ||
@@ -27,0 +27,0 @@ } |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import BannerDismissButtonProps from './types'; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import BannerIconProps from './types'; | ||
@@ -3,0 +2,0 @@ /** |
{ | ||
"name": "@leafygreen-ui/banner", | ||
"version": "7.0.8-next.5", | ||
"version": "7.0.8-next.6", | ||
"description": "leafyGreen UI Kit Banner", | ||
@@ -23,12 +23,12 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@leafygreen-ui/lib": "^10.3.4-next.5", | ||
"@leafygreen-ui/lib": "^10.3.4-next.6", | ||
"@leafygreen-ui/emotion": "^4.0.4", | ||
"@leafygreen-ui/palette": "^4.0.4", | ||
"@leafygreen-ui/icon": "^11.16.1-next.5", | ||
"@leafygreen-ui/icon-button": "^15.0.11-next.5", | ||
"@leafygreen-ui/icon": "^11.16.1-next.6", | ||
"@leafygreen-ui/icon-button": "^15.0.11-next.6", | ||
"@leafygreen-ui/tokens": "^2.1.0", | ||
"@leafygreen-ui/typography": "^16.4.1-next.5" | ||
"@leafygreen-ui/typography": "^16.4.1-next.6" | ||
}, | ||
"peerDependencies": { | ||
"@leafygreen-ui/leafygreen-provider": "^3.1.3-next.5" | ||
"@leafygreen-ui/leafygreen-provider": "^3.1.3-next.6" | ||
}, | ||
@@ -35,0 +35,0 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/banner", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
225173
1290