@lightningjs/ui-components-theme-base
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@lightningjs/ui-components-theme-base", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The generic theme containing all necessary properties for the Lightning-UI shared components to map to for styling.", | ||
"repository": { | ||
"url": "https://github.com/rdkcentral/Lightning-UI-Components", | ||
"directory": "packages/@lightningjs/ui-components-theme-base" | ||
}, | ||
"homepage": "https://rdkcentral.github.io/Lightning-UI-Components/", | ||
"type": "module", | ||
@@ -6,0 +11,0 @@ "main": "theme.js", |
30
theme.js
@@ -137,2 +137,6 @@ /** | ||
textInverseDisabled: ['#181819', 0.5], | ||
textBrand: ['#93a9fd', 1], | ||
textBrandSecondary: ['#93a9fd', 0.7], | ||
textBrandTertiary: ['#93a9fd', 0.1], | ||
textBrandDisabled: ['#93a9fd', 0.5], | ||
textPositive: ['#2Ecc71', 1], | ||
@@ -212,3 +216,3 @@ textNegative: ['#e74c3c', 1], | ||
}, | ||
radius: { none: 0, xs: 0, sm: 0, md: 0, lg: 0, xl: 0 }, | ||
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 }, | ||
@@ -221,3 +225,3 @@ stroke: { sm: 2, md: 4, lg: 6, xl: 8 }, | ||
lineHeight: 85, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
verticalAlign: 'middle', | ||
@@ -230,3 +234,3 @@ textBaseline: 'bottom' | ||
lineHeight: 60, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
verticalAlign: 'middle', | ||
@@ -238,3 +242,3 @@ textBaseline: 'bottom' | ||
fontSize: 35, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
lineHeight: 48, | ||
@@ -247,3 +251,3 @@ verticalAlign: 'middle', | ||
fontSize: 30, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
lineHeight: 40, | ||
@@ -256,3 +260,3 @@ verticalAlign: 'middle', | ||
fontSize: 25, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
lineHeight: 36, | ||
@@ -265,3 +269,3 @@ verticalAlign: 'middle', | ||
fontSize: 25, | ||
fontWeight: 300, | ||
fontStyle: '300', | ||
lineHeight: 40, | ||
@@ -274,3 +278,3 @@ verticalAlign: 'middle', | ||
fontSize: 22, | ||
fontWeight: 300, | ||
fontStyle: '300', | ||
lineHeight: 32, | ||
@@ -283,3 +287,3 @@ verticalAlign: 'middle', | ||
fontSize: 20, | ||
fontWeight: 300, | ||
fontStyle: '300', | ||
lineHeight: 32, | ||
@@ -292,3 +296,3 @@ verticalAlign: 'middle', | ||
fontSize: 25, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
letterSpacing: -0.2, | ||
@@ -302,3 +306,3 @@ lineHeight: 32, | ||
fontSize: 20, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
lineHeight: 32, | ||
@@ -311,3 +315,3 @@ verticalAlign: 'middle', | ||
fontSize: 20, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
letterSpacing: 1, | ||
@@ -321,3 +325,3 @@ lineHeight: 32, | ||
fontSize: 15, | ||
fontWeight: 500, | ||
fontStyle: '500', | ||
lineHeight: 24, | ||
@@ -324,0 +328,0 @@ verticalAlign: 'middle', |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
18352
348
0