chaser-components
Advanced tools
Comparing version 6.0.0 to 6.0.2
@@ -5,2 +5,6 @@ # Changelog | ||
### [6.0.2](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.1...v6.0.2) (2021-03-24) | ||
### [6.0.1](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.0...v6.0.1) (2021-03-24) | ||
## [6.0.0](https://bitbucket.org/chasertech/chaser-components/compare/v6.0.0-alpha.16...v6.0.0) (2021-03-09) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "chaser-components", | ||
"description": "Chaser HQ Component Library", | ||
"version": "6.0.0", | ||
"version": "6.0.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.modern.js", |
@@ -24,3 +24,3 @@ import { string, node, oneOf } from 'prop-types'; | ||
({ theme }) => ({ | ||
borderBottom: `1px solid ${theme.colors.borderAccent}`, | ||
borderBottom: `1px solid ${theme.colors.divider}`, | ||
}), | ||
@@ -27,0 +27,0 @@ ); |
@@ -19,2 +19,3 @@ import * as React from 'react'; | ||
focusRadius, | ||
contentClassName, | ||
}) => { | ||
@@ -50,3 +51,3 @@ const [shown, setShown] = useControlProp(shownProp, onToggle, false); | ||
renderContent={({ ref, style }) => ( | ||
<div ref={ref} style={style}> | ||
<div ref={ref} style={style} className={contentClassName}> | ||
{shown && ( | ||
@@ -53,0 +54,0 @@ <MoveFocusInside> |
@@ -136,3 +136,3 @@ const space = [0, 4, 8, 16, 24, 32, 40]; | ||
card: | ||
'rgba(0, 0, 0, 0.01) 0px 0.22px 0.08px 0px, rgba(0, 0, 0, 0.02) 0px 0.53px 0.5px 0px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1.78px 2.5px 0px, rgba(0, 0, 0, 0.03) 0px 3.34px 6px 0px, rgba(0, 0, 0, 0.04) 0px 8px 15px 0px', | ||
'rgba(0, 0, 0, 0.01) 0px 0.22px 0.08px 0px, rgba(0, 0, 0, 0.02) 0px 0.53px 0.5px 0px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1.78px 2.5px 0px, rgba(0, 0, 0, 0.03) 0px 3.34px 6px 0px, rgba(0, 0, 0, 0.04) 0px 8px 15px 0px, 0px 0px 10px rgb(0 0 0 / 5%)', | ||
}, | ||
@@ -139,0 +139,0 @@ components: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1549492
17832