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.2 to 1.0.3

2

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

@@ -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'
}
}
};
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