@ndla/core
Advanced tools
Comparing version 4.0.1 to 4.1.0
var baseFontSizeUnit = 18; | ||
var baseLineHeightUnit = 26; | ||
var baseLineHeightUnit = 24; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export var spacingUnit = 26; | ||
export var spacingUnit = 24; | ||
var spacing = { | ||
@@ -3,0 +3,0 @@ xxsmall: "".concat(spacingUnit / 6, "px"), |
@@ -8,3 +8,3 @@ "use strict"; | ||
var baseFontSizeUnit = 18; | ||
var baseLineHeightUnit = 26; | ||
var baseLineHeightUnit = 24; | ||
@@ -11,0 +11,0 @@ /** |
@@ -1,4 +0,4 @@ | ||
export declare const spacingUnit = 26; | ||
export declare const spacingUnit = 24; | ||
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'mediumlarge' | 'large'; | ||
declare const spacing: Record<SpacingNames, string>; | ||
export default spacing; |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.spacingUnit = exports["default"] = void 0; | ||
var spacingUnit = 26; | ||
var spacingUnit = 24; | ||
exports.spacingUnit = spacingUnit; | ||
@@ -10,0 +10,0 @@ var spacing = { |
{ | ||
"name": "@ndla/core", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "UI component library for NDLA.", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "b71ad26162a2a50f29bc6f5a77dba795acbac7f4" | ||
"gitHead": "9d01ddb3d2eee554008a3e58eda434dfc968cb52" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0