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

@novalabsxyz/base-theme

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novalabsxyz/base-theme - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

17

build/index.d.ts

@@ -394,3 +394,2 @@ export { BaseThemeTypography, BaseThemePalette, BaseThemeBreakpoints, } from './baseThemeTypes';

color: string;
paddingTop: string;
fontSize: number;

@@ -404,3 +403,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -414,3 +412,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -424,3 +421,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -434,3 +430,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -444,3 +439,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -454,3 +448,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -464,3 +457,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -474,3 +466,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -484,3 +475,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -494,3 +484,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -504,3 +493,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontSize: number;

@@ -536,3 +524,2 @@ letterSpacing: number;

color: string;
paddingTop: string;
fontFamily: string;

@@ -547,3 +534,2 @@ fontSize: number;

color: string;
paddingTop: string;
fontFamily: string;

@@ -557,3 +543,2 @@ fontSize: number;

color: string;
paddingTop: string;
fontFamily: string;

@@ -567,3 +552,2 @@ fontSize: number;

color: string;
paddingTop: string;
fontFamily: string;

@@ -577,3 +561,2 @@ fontSize: number;

color: string;
paddingTop: string;
fontFamily: string;

@@ -580,0 +563,0 @@ fontSize: number;

30

build/index.js

@@ -147,3 +147,3 @@ "use strict";

letterSpacing: -4.5,
lineHeight: 79.65,
lineHeight: 90,
},

@@ -156,3 +156,3 @@ h2: {

fontWeight: 500,
lineHeight: 35.4,
lineHeight: 40,
},

@@ -165,3 +165,3 @@ h3: {

fontWeight: 500,
lineHeight: 26.55,
lineHeight: 30,
},

@@ -174,3 +174,3 @@ h4: {

fontWeight: 500,
lineHeight: 11.505,
lineHeight: 13,
},

@@ -183,3 +183,3 @@ h5: {

fontWeight: 500,
lineHeight: 16.74,
lineHeight: 18,
},

@@ -212,17 +212,7 @@ body: {

let mobileVariants = {
h1: Object.assign(Object.assign({}, baseTextVariants.h1), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: '8' }),
h2: Object.assign(Object.assign({}, baseTextVariants.h2), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: '4' }),
h3: Object.assign(Object.assign({}, baseTextVariants.h3), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: '2.5' }),
h4: Object.assign(Object.assign({}, baseTextVariants.h4), { color: 'secondaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: '1.5' }),
h5: Object.assign(Object.assign({}, baseTextVariants.h5), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: '1.5' }),
h1: Object.assign(Object.assign({}, baseTextVariants.h1), { color: 'primaryText' }),
h2: Object.assign(Object.assign({}, baseTextVariants.h2), { color: 'primaryText' }),
h3: Object.assign(Object.assign({}, baseTextVariants.h3), { color: 'primaryText' }),
h4: Object.assign(Object.assign({}, baseTextVariants.h4), { color: 'secondaryText' }),
h5: Object.assign(Object.assign({}, baseTextVariants.h5), { color: 'primaryText' }),
body: Object.assign(Object.assign({}, baseTextVariants.body), { color: 'secondaryText', fontSize: 16, letterSpacing: -0.48, lineHeight: 19.2 }),

@@ -229,0 +219,0 @@ legal: Object.assign(Object.assign({}, baseTextVariants.legal), { color: 'secondaryText' }),

{
"name": "@novalabsxyz/base-theme",
"version": "1.0.6",
"version": "1.0.7",
"description": "BaseTheme for Novalabs",

@@ -19,3 +19,3 @@ "contributors": [

},
"gitHead": "adfd631abb7971fab4ce014a772ce4c5bb627372"
"gitHead": "df76ecbbe3325240ac944b979e48d22cce797b1c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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