@lendi-ui/utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
# Changelog - @lendi-ui/utils | ||
1.1.0 | ||
## [1.1.2] - 2019-03-08 - [BRAVO-387](https://creditandfinance.atlassian.net/browse/BRAVO-387) | ||
### Removed | ||
- removed typescript type representing theme object | ||
## [1.0.1] - 2019-02-227 - [BRAVO-387](https://creditandfinance.atlassian.net/browse/BRAVO-387) | ||
## [1.0.1] - 2019-02-27 - [BRAVO-387](https://creditandfinance.atlassian.net/browse/BRAVO-387) | ||
### Added | ||
- typescript type representing theme object |
import { BreakpointValue, BreakpointValueMap } from '@lendi-ui/breakpoint'; | ||
export { ThemeMap } from './theme'; | ||
export declare type DisplyValue = BreakpointValue<string> | BreakpointValueMap<string>; | ||
@@ -4,0 +3,0 @@ export declare const display: (val: DisplyValue) => any; |
{ | ||
"name": "@lendi-ui/utils", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
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
3091
7
34