Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/ui-components-theme-base

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui-components-theme-base - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json
{
"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',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc