@ndla/core
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -7,2 +7,3 @@ export var spacingUnit = 24; | ||
nsmall: "".concat(spacingUnit / 1.5, "px"), | ||
snormal: "".concat(spacingUnit / 1.2, "px"), | ||
normal: "".concat(spacingUnit, "px"), | ||
@@ -9,0 +10,0 @@ medium: "".concat(spacingUnit * 1.25, "px"), |
export declare const spacingUnit = 24; | ||
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'mediumlarge' | 'large'; | ||
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'snormal' | 'normal' | 'medium' | 'mediumlarge' | 'large'; | ||
declare const spacing: Record<SpacingNames, string>; | ||
export default spacing; |
@@ -14,2 +14,3 @@ "use strict"; | ||
nsmall: "".concat(spacingUnit / 1.5, "px"), | ||
snormal: "".concat(spacingUnit / 1.2, "px"), | ||
normal: "".concat(spacingUnit, "px"), | ||
@@ -16,0 +17,0 @@ medium: "".concat(spacingUnit * 1.25, "px"), |
{ | ||
"name": "@ndla/core", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "UI component library for NDLA.", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "82ca8bd42374c69bb550b4c3cc156bffada22c14" | ||
"gitHead": "613a1b7bd697142fdcee7cca42c743f4c2431a40" | ||
} |
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
118031
1006
24