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.4-alpha.3 to 1.0.4-alpha.4

17

build/index.d.ts

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

};
h5: {
color: string;
fontFamily: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
lineHeight: number;
};
body: {

@@ -524,2 +532,11 @@ color: string;

};
h5: {
color: string;
paddingTop: string;
fontFamily: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
lineHeight: number;
};
body: {

@@ -526,0 +543,0 @@ color: string;

13

build/index.js

@@ -165,5 +165,13 @@ "use strict";

letterSpacing: -0.54,
fontWeight: 400,
fontWeight: 500,
lineHeight: 11.505,
},
h5: {
color: palette.white,
fontFamily: NovaFont.regular,
fontSize: 18,
letterSpacing: 1.08,
fontWeight: 500,
lineHeight: 15.93,
},
body: {

@@ -207,2 +215,5 @@ color: palette.gray,

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' }),
body: Object.assign(Object.assign({}, baseTextVariants.body), { color: 'secondaryText', fontSize: 16, letterSpacing: -0.48, lineHeight: 19.2 }),

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

4

package.json
{
"name": "@novalabsxyz/base-theme",
"version": "1.0.4-alpha.3",
"version": "1.0.4-alpha.4",
"description": "BaseTheme for Novalabs",

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

},
"gitHead": "7a44d7be1090161ed9312c9f3b73378bc0fd0149"
"gitHead": "c4f463d5c90681f545835439c2a19f8f107b76af"
}

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