@ndla/core
Advanced tools
Comparing version 4.2.5 to 4.2.6
@@ -30,4 +30,9 @@ var baseFontSizeUnit = 18; | ||
content: sizes('18px', '29px'), | ||
metaTextSmall: sizes('16px', '24px'), | ||
metaTextLarge: sizes('18px', '24px') | ||
metaText: { | ||
xxsmall: sizes('10px', '12px'), | ||
xsmall: sizes('12px', '20px'), | ||
small: sizes('16px', '24px'), | ||
medium: sizes('18px', '24px'), | ||
large: sizes('22px', '30px') | ||
} | ||
} | ||
@@ -34,0 +39,0 @@ } |
@@ -20,4 +20,9 @@ /** | ||
content: string; | ||
metaTextSmall: string; | ||
metaTextLarge: string; | ||
metaText: { | ||
xxsmall: string; | ||
xsmall: string; | ||
small: string; | ||
medium: string; | ||
large: string; | ||
}; | ||
}; | ||
@@ -24,0 +29,0 @@ }; |
@@ -36,4 +36,9 @@ "use strict"; | ||
content: sizes('18px', '29px'), | ||
metaTextSmall: sizes('16px', '24px'), | ||
metaTextLarge: sizes('18px', '24px') | ||
metaText: { | ||
xxsmall: sizes('10px', '12px'), | ||
xsmall: sizes('12px', '20px'), | ||
small: sizes('16px', '24px'), | ||
medium: sizes('18px', '24px'), | ||
large: sizes('22px', '30px') | ||
} | ||
} | ||
@@ -40,0 +45,0 @@ } |
{ | ||
"name": "@ndla/core", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"description": "UI component library for NDLA.", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "7b7ae968b766e37ae17f3917e2c051a22d2eb4e5" | ||
"gitHead": "5b6502dbc509b761ddea72112df15ee4fe633255" | ||
} |
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
118500
1021