brahma-ui
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "brahma-ui", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ import { Typography } from 'components/Typography' | ||
width: 100%; | ||
color: white; | ||
height: 100%; | ||
` | ||
@@ -74,2 +74,4 @@ | ||
export const BodyWrapper = styled.div` | ||
--tabTitleHeight: 6.5rem; | ||
display: flex; | ||
@@ -80,2 +82,4 @@ flex: 1; | ||
transition: all 1s; | ||
border: 1px solid blue; | ||
height: calc(100% - var(--tabTitleHeight)); | ||
` | ||
@@ -89,3 +93,4 @@ | ||
transition: all 1s; | ||
border: 1px solid green; | ||
`} | ||
` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
830369
5549