@uiw/react-card
Advanced tools
Comparing version 5.0.0-bate-17 to 5.0.0-bate-18
@@ -24,3 +24,2 @@ "use strict"; | ||
}; | ||
console.log('333', _theme.CardStyleTheme, (0, _utils.getThemeVariantValue)((0, _objectSpread2["default"])({}, propsTheme), 'borderColorBaseActive')); | ||
var getNoHover = function getNoHover(props) { | ||
@@ -27,0 +26,0 @@ if (!props.noHover) { |
@@ -11,3 +11,2 @@ import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/taggedTemplateLiteralLoose"; | ||
var getHoverOrActive = props => css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n box-shadow: 0 1px 6px ", ";\n border-color: ", ";\n"])), () => getThemeVariantValue(_extends({}, props, propsTheme), 'borderColorBaseActive'), () => getThemeVariantValue(_extends({}, props, propsTheme), 'borderColorBaseActive')); | ||
console.log('333', CardStyleTheme, getThemeVariantValue(_extends({}, propsTheme), 'borderColorBaseActive')); | ||
export var getNoHover = props => { | ||
@@ -14,0 +13,0 @@ if (!props.noHover) { |
{ | ||
"name": "@uiw/react-card", | ||
"version": "5.0.0-bate-17", | ||
"version": "5.0.0-bate-18", | ||
"description": "Card component", | ||
@@ -48,3 +48,3 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/utils": "^5.0.0-bate-17" | ||
"@uiw/utils": "^5.0.0-bate-18" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
@@ -18,3 +18,2 @@ import { css } from 'styled-components'; | ||
`; | ||
console.log('333', CardStyleTheme, getThemeVariantValue({ ...propsTheme }, 'borderColorBaseActive')); | ||
@@ -21,0 +20,0 @@ export const getNoHover = (props: CardStyleWarpProps) => { |
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
73987
717
Updated@uiw/utils@^5.0.0-bate-18