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.0 to 1.0.4-alpha.1

27

build/index.d.ts

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

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

@@ -395,3 +395,3 @@ letterSpacing: number;

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

@@ -405,3 +405,3 @@ letterSpacing: number;

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

@@ -415,3 +415,3 @@ letterSpacing: number;

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

@@ -425,3 +425,3 @@ letterSpacing: number;

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

@@ -435,3 +435,3 @@ letterSpacing: number;

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

@@ -445,3 +445,3 @@ letterSpacing: number;

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

@@ -455,3 +455,3 @@ letterSpacing: number;

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

@@ -465,3 +465,3 @@ letterSpacing: number;

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

@@ -473,3 +473,3 @@ letterSpacing: number;

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

@@ -484,3 +484,3 @@ fontSize: number;

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

@@ -494,3 +494,3 @@ fontSize: number;

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

@@ -504,3 +504,3 @@ fontSize: number;

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

@@ -563,2 +563,3 @@ fontSize: number;

'1': number;
'1.5': number;
'2': number;

@@ -565,0 +566,0 @@ '2.5': number;

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

h4: {
color: palette.white,
color: palette.gray,
fontFamily: NovaFont.regular,

@@ -197,12 +197,12 @@ fontSize: 13,

// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: 5 }),
paddingTop: '1.5' }),
h2: Object.assign(Object.assign({}, baseTextVariants.h2), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: 5 }),
paddingTop: '1.5' }),
h3: Object.assign(Object.assign({}, baseTextVariants.h3), { color: 'primaryText',
// Need to compensate for glyphy clipping. https://github.com/facebook/react-native/issues/29507
paddingTop: 5 }),
paddingTop: '1.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: 5 }),
paddingTop: '1.5' }),
body: Object.assign(Object.assign({}, baseTextVariants.body), { color: 'secondaryText', fontSize: 16, letterSpacing: -0.48, lineHeight: 19.2 }),

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

'1': 4,
'1.5': 6,
'2': 8,

@@ -221,0 +222,0 @@ '2.5': 10,

{
"name": "@novalabsxyz/base-theme",
"version": "1.0.4-alpha.0",
"version": "1.0.4-alpha.1",
"description": "BaseTheme for Novalabs",

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

},
"gitHead": "f9d3f26ab27eac5c4e1fc47e0c987bead7ccbca3"
"gitHead": "08e5068ab7d70bd17e22359e16c79f5527bf88b2"
}

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