@ndla/core
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -9,4 +9,5 @@ export var spacingUnit = 26; | ||
medium: "".concat(spacingUnit * 1.25, "px"), | ||
mediumlarge: "".concat(spacingUnit * 1.5, "px"), | ||
large: "".concat(spacingUnit * 2, "px") | ||
}; | ||
export default spacing; |
export declare const spacingUnit = 26; | ||
export declare type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'large'; | ||
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'mediumlarge' | 'large'; | ||
declare const spacing: Record<SpacingNames, string>; | ||
export default spacing; |
@@ -16,2 +16,3 @@ "use strict"; | ||
medium: "".concat(spacingUnit * 1.25, "px"), | ||
mediumlarge: "".concat(spacingUnit * 1.5, "px"), | ||
large: "".concat(spacingUnit * 2, "px") | ||
@@ -18,0 +19,0 @@ }; |
{ | ||
"name": "@ndla/core", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "UI component library for NDLA.", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "069ef3ed8a9641137f8d4de51ab6415985bca997" | ||
"gitHead": "4d0730c32a5a72e492a281daf6447cd42c45f629" | ||
} |
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
121146
948