@zaibot/activitylogger-react
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -211,3 +211,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
textTransform: 'none', | ||
verticalAlign: align ? 'text-bottom' : 'inherit', | ||
verticalAlign: align ? 'text-bottom' : null, | ||
}); | ||
@@ -230,6 +230,9 @@ /* unused harmony export IconStyle */ | ||
const LabelStyle = { | ||
alignItems: 'center', | ||
color: 'rgba(0,0,0,0.6)', | ||
display: 'inline-flex', | ||
fontFamily: 'Segoe UI', | ||
fontSize: '1rem', | ||
fontWeight: 400, | ||
color: 'rgba(0,0,0,0.6)' | ||
verticalAlign: 'middle', | ||
}; | ||
@@ -236,0 +239,0 @@ /* unused harmony export LabelStyle */ |
/// <reference types="react" /> | ||
import React from 'react'; | ||
import { StyledHTMLElement } from 'styletron-react'; | ||
export declare const IconStyle: ({align, size}: { | ||
export interface IIconProps { | ||
align?: boolean; | ||
size?: number; | ||
}) => React.CSSProperties; | ||
export declare const Icon: StyledHTMLElement<{ | ||
align?: boolean; | ||
}, HTMLSpanElement>; | ||
} | ||
export declare const IconStyle: ({align, size}: IIconProps) => React.CSSProperties; | ||
export declare const Icon: StyledHTMLElement<IIconProps, HTMLSpanElement>; |
{ | ||
"name": "@zaibot/activitylogger-react", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/activitylogger-react.js", |
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
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
38013
593