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 0.1.43-alpha.0 to 0.1.44-alpha.0

28

build/index.d.ts

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

textVariants: {
legalLight: {
fontFamily: string;
color: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
};
legalMedium: {
fontFamily: string;
color: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
};
legalBold: {
fontFamily: string;
color: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
};
h2Light: {

@@ -266,2 +287,9 @@ fontFamily: string;

};
button: {
color: string;
fontFamily: string;
fontSize: number;
letterSpacing: number;
fontWeight: number;
};
};

@@ -268,0 +296,0 @@ borderRadii: {

9

build/index.js

@@ -175,4 +175,11 @@ "use strict";

},
button: {
color: colors.primaryText,
fontFamily: NovaFont.medium,
fontSize: 20,
letterSpacing: -0.6,
fontWeight: 500,
},
};
const textVariants = Object.assign(Object.assign({}, baseTextVariants), { h2Light: Object.assign(Object.assign({}, baseTextVariants.h2), light), h2Medium: Object.assign(Object.assign({}, baseTextVariants.h2), medium), h2Bold: Object.assign(Object.assign({}, baseTextVariants.h2), bold), h3Light: Object.assign(Object.assign({}, baseTextVariants.h3), light), h3Medium: Object.assign(Object.assign({}, baseTextVariants.h3), medium), h3Bold: Object.assign(Object.assign({}, baseTextVariants.h3), bold), h4Light: Object.assign(Object.assign({}, baseTextVariants.h4), light), h4Medium: Object.assign(Object.assign({}, baseTextVariants.h4), medium), h4Bold: Object.assign(Object.assign({}, baseTextVariants.h4), bold) });
const textVariants = Object.assign(Object.assign({}, baseTextVariants), { legalLight: Object.assign(Object.assign({}, baseTextVariants.legal), light), legalMedium: Object.assign(Object.assign({}, baseTextVariants.legal), medium), legalBold: Object.assign(Object.assign({}, baseTextVariants.legal), bold), h2Light: Object.assign(Object.assign({}, baseTextVariants.h2), light), h2Medium: Object.assign(Object.assign({}, baseTextVariants.h2), medium), h2Bold: Object.assign(Object.assign({}, baseTextVariants.h2), bold), h3Light: Object.assign(Object.assign({}, baseTextVariants.h3), light), h3Medium: Object.assign(Object.assign({}, baseTextVariants.h3), medium), h3Bold: Object.assign(Object.assign({}, baseTextVariants.h3), bold), h4Light: Object.assign(Object.assign({}, baseTextVariants.h4), light), h4Medium: Object.assign(Object.assign({}, baseTextVariants.h4), medium), h4Bold: Object.assign(Object.assign({}, baseTextVariants.h4), bold) });
const baseSpacing = {

@@ -179,0 +186,0 @@ '0': 0,

4

package.json
{
"name": "@novalabsxyz/base-theme",
"version": "0.1.43-alpha.0",
"version": "0.1.44-alpha.0",
"description": "BaseTheme for Novalabs",

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

},
"gitHead": "3455b90c3fcf5a4bbc61364170a569595dcea0a4"
"gitHead": "3826efa4da2330b1c3d4ebbe83ce96680a920a62"
}

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