@ndla/core
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1,2 +0,2 @@ | ||
export default { | ||
var breakpoints = { | ||
mobile: "20em", | ||
@@ -9,2 +9,3 @@ mobileWide: "29.75em", | ||
ultraWide: "100.0625em" | ||
}; | ||
}; | ||
export default breakpoints; |
@@ -1,10 +0,3 @@ | ||
declare const _default: { | ||
mobile: string; | ||
mobileWide: string; | ||
tablet: string; | ||
tabletWide: string; | ||
desktop: string; | ||
wide: string; | ||
ultraWide: string; | ||
}; | ||
export default _default; | ||
import { Breakpoints } from '../types'; | ||
declare const breakpoints: Breakpoints; | ||
export default breakpoints; |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.default = void 0; | ||
var _default = { | ||
var breakpoints = { | ||
mobile: "20em", | ||
@@ -17,2 +17,3 @@ mobileWide: "29.75em", | ||
}; | ||
var _default = breakpoints; | ||
exports.default = _default; |
{ | ||
"name": "@ndla/core", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "UI component library for NDLA.", | ||
@@ -38,3 +38,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "ceaf1645348ee539d9289af19c4042aa6613c633" | ||
"gitHead": "84b8002661e3569d84ef1d57fc5e57cf2fe6f062" | ||
} |
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
96681
71
730