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-1.0.4-alpha.6.0 to 1.0.4-1.0.4-alpha.6.1

27

build/index.d.ts

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

};
h5Light: {
fontFamily: string;
fontWeight: number;
color: string;
paddingTop: string;
fontSize: number;
letterSpacing: number;
lineHeight: number;
};
h5Medium: {
fontFamily: string;
fontWeight: number;
color: string;
paddingTop: string;
fontSize: number;
letterSpacing: number;
lineHeight: number;
};
h5Bold: {
fontFamily: string;
fontWeight: number;
color: string;
paddingTop: string;
fontSize: number;
letterSpacing: number;
lineHeight: number;
};
bodyLight: {

@@ -473,0 +500,0 @@ fontFamily: string;

2

build/index.js

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

};
const mobileTextVariants = Object.assign(Object.assign({}, mobileVariants), { legalLight: Object.assign(Object.assign({}, mobileVariants.legal), light), legalMedium: Object.assign(Object.assign({}, mobileVariants.legal), medium), legalBold: Object.assign(Object.assign({}, mobileVariants.legal), bold), h2Light: Object.assign(Object.assign({}, mobileVariants.h2), light), h2Medium: Object.assign(Object.assign({}, mobileVariants.h2), medium), h2Bold: Object.assign(Object.assign({}, mobileVariants.h2), bold), h3Light: Object.assign(Object.assign({}, mobileVariants.h3), light), h3Medium: Object.assign(Object.assign({}, mobileVariants.h3), medium), h3Bold: Object.assign(Object.assign({}, mobileVariants.h3), bold), h4Light: Object.assign(Object.assign({}, mobileVariants.h4), light), h4Medium: Object.assign(Object.assign({}, mobileVariants.h4), medium), h4Bold: Object.assign(Object.assign({}, mobileVariants.h4), bold), bodyLight: Object.assign(Object.assign({}, mobileVariants.body), light), bodyMedium: Object.assign(Object.assign({}, mobileVariants.body), medium), bodyBold: Object.assign(Object.assign({}, mobileVariants.body), bold) });
const mobileTextVariants = Object.assign(Object.assign({}, mobileVariants), { legalLight: Object.assign(Object.assign({}, mobileVariants.legal), light), legalMedium: Object.assign(Object.assign({}, mobileVariants.legal), medium), legalBold: Object.assign(Object.assign({}, mobileVariants.legal), bold), h2Light: Object.assign(Object.assign({}, mobileVariants.h2), light), h2Medium: Object.assign(Object.assign({}, mobileVariants.h2), medium), h2Bold: Object.assign(Object.assign({}, mobileVariants.h2), bold), h3Light: Object.assign(Object.assign({}, mobileVariants.h3), light), h3Medium: Object.assign(Object.assign({}, mobileVariants.h3), medium), h3Bold: Object.assign(Object.assign({}, mobileVariants.h3), bold), h4Light: Object.assign(Object.assign({}, mobileVariants.h4), light), h4Medium: Object.assign(Object.assign({}, mobileVariants.h4), medium), h4Bold: Object.assign(Object.assign({}, mobileVariants.h4), bold), h5Light: Object.assign(Object.assign({}, mobileVariants.h5), light), h5Medium: Object.assign(Object.assign({}, mobileVariants.h5), medium), h5Bold: Object.assign(Object.assign({}, mobileVariants.h5), bold), bodyLight: Object.assign(Object.assign({}, mobileVariants.body), light), bodyMedium: Object.assign(Object.assign({}, mobileVariants.body), medium), bodyBold: Object.assign(Object.assign({}, mobileVariants.body), 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) });

@@ -224,0 +224,0 @@ const baseSpacing = {

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

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

},
"gitHead": "92e5c8ebf2c23deda6cd65c67e128dd2ef4711ae"
"gitHead": "7a0d8afc2fba921852921c7dbb7577c9b961ecae"
}

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