@heathmont/moon-utils
Advanced tools
Comparing version 2.39.0 to 2.40.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [2.39.0](https://github.com/coingaming/sportsbet-design/compare/v2.38.0...v2.39.0) (2020-10-02) | ||
# [2.40.0](https://github.com/coingaming/sportsbet-design/compare/v2.39.0...v2.40.0) (2020-10-06) | ||
@@ -15,10 +15,10 @@ **Note:** Version bump only for package @heathmont/moon-utils | ||
# [2.38.0](https://github.com/coingaming/sportsbet-design/compare/v2.37.0...v2.38.0) (2020-09-28) | ||
# [2.39.0](https://github.com/coingaming/sportsbet-design/compare/v2.38.0...v2.39.0) (2020-10-02) | ||
**Note:** Version bump only for package @heathmont/moon-utils | ||
# [2.38.0](https://github.com/coingaming/sportsbet-design/compare/v2.37.0...v2.38.0) (2020-09-28) | ||
**Note:** Version bump only for package @heathmont/moon-utils | ||
# [2.37.0](https://github.com/coingaming/sportsbet-design/compare/v2.36.0...v2.37.0) (2020-09-25) | ||
@@ -28,6 +28,2 @@ | ||
# [2.36.0](https://github.com/coingaming/sportsbet-design/compare/v2.35.0...v2.36.0) (2020-09-18) | ||
@@ -34,0 +30,0 @@ |
@@ -1,3 +0,3 @@ | ||
declare const em: (value: string | number, base?: string | number | undefined) => string; | ||
declare const em: (value: import("react").ReactText, base?: string | number | undefined) => string; | ||
export default em; | ||
//# sourceMappingURL=em.d.ts.map |
@@ -1,3 +0,3 @@ | ||
declare const rem: (value: string | number, baseFontSize?: string | number) => string; | ||
declare const rem: (value: import("react").ReactText, baseFontSize?: import("react").ReactText) => string; | ||
export default rem; | ||
//# sourceMappingURL=rem.d.ts.map |
import { Theme } from '@heathmont/moon-themes'; | ||
declare const themed: (key: "base" | "color" | "space" | "border" | "fontFamily" | "fontSize" | "fontWeight" | "opacity" | "radius" | "borderStyle" | "boxShadow" | "brand" | "colorScheme" | "borderWidth" | "breakpoint" | "fontFace" | "maxWidth" | "transitionDuration" | "zIndex", value: string | number | undefined) => (theme: Theme) => any; | ||
declare const themed: (key: "base" | "color" | "maxWidth" | "space" | "border" | "brand" | "colorScheme" | "borderWidth" | "borderStyle" | "boxShadow" | "breakpoint" | "fontFace" | "fontFamily" | "fontSize" | "fontWeight" | "opacity" | "radius" | "transitionDuration" | "zIndex", value: string | number | undefined) => (theme: Theme) => any; | ||
export default themed; | ||
//# sourceMappingURL=themed.d.ts.map |
{ | ||
"name": "@heathmont/moon-utils", | ||
"sideEffects": false, | ||
"version": "2.39.0", | ||
"version": "2.40.0", | ||
"files": [ | ||
@@ -18,3 +18,3 @@ "lib" | ||
"dependencies": { | ||
"@heathmont/moon-themes": "^2.39.0", | ||
"@heathmont/moon-themes": "^2.40.0", | ||
"lodash.get": "4.4.2", | ||
@@ -33,3 +33,3 @@ "lodash.has": "4.5.2", | ||
}, | ||
"gitHead": "c9f4acb9f93e2ab577a227fb8a9f7d196a1ad20d" | ||
"gitHead": "523c81d3d0150f1f4fae8e99bac49751832a5f2f" | ||
} |
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
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
243787