@lightningjs/ui-components-theme-base
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@lightningjs/ui-components-theme-base", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The generic theme containing all necessary properties for the Lightning-UI shared components to map to for styling.", | ||
@@ -5,0 +5,0 @@ "repository": { |
26
theme.js
@@ -211,9 +211,19 @@ /** | ||
safe: 50, | ||
gutterX: { xs: 20, sm: 40, md: 60, lg: 80, xl: 100 }, | ||
gutterY: { xs: 20, sm: 40, md: 60, lg: 80, xl: 100 }, | ||
gutterX: 20, | ||
gutterY: 20, | ||
focusScale: 1.2 | ||
}, | ||
radius: { none: 0, xs: 2, sm: 4, md: 8, lg: 16, xl: 24 }, | ||
spacer: { xxs: 2, xs: 4, sm: 8, md: 10, lg: 20, xl: 30, xxl: 40, xxxl: 50 }, | ||
stroke: { sm: 2, md: 4, lg: 6, xl: 8 }, | ||
spacer: { | ||
none: 0, | ||
xxs: 2, | ||
xs: 4, | ||
sm: 8, | ||
md: 10, | ||
lg: 20, | ||
xl: 30, | ||
xxl: 40, | ||
xxxl: 50 | ||
}, | ||
stroke: { none: 0, sm: 2, md: 4, lg: 6, xl: 8 }, | ||
typography: { | ||
@@ -317,4 +327,12 @@ display1: { | ||
textBaseline: 'bottom' | ||
}, | ||
tag1: { | ||
fontFamily: 'Arial', | ||
fontSize: 20, | ||
fontStyle: '500', | ||
letterSpacing: 0, | ||
lineHeight: 24, | ||
textBaseline: 'bottom' | ||
} | ||
} | ||
}; |
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
18491
366