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.37-alpha.0 to 0.1.38-alpha.0

1

build/index.d.ts

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

export declare const webGradients: {};
export declare const negativeSpacing: {};
export declare const breakpoints: {

@@ -35,0 +36,0 @@ xs: number;

16

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PermanentMarkerFont = exports.HeliumFont = exports.NovaFont = exports.borderRadius = exports.breakpoints = exports.webGradients = exports.gradients = void 0;
exports.PermanentMarkerFont = exports.HeliumFont = exports.NovaFont = exports.borderRadius = exports.breakpoints = exports.negativeSpacing = exports.webGradients = exports.gradients = void 0;
const NovaFont = {

@@ -120,3 +120,2 @@ bold: 'DMSans-Bold',

}, {});
// TODO: Do we need this?
const light = {

@@ -172,3 +171,2 @@ fontFamily: NovaFont.light,

fontSize: 14,
// lineHeight: 16.8,
letterSpacing: -0.42,

@@ -214,9 +212,5 @@ fontWeight: 400,

};
// export const negativeSpacing = Object.keys(baseSpacing).reduce(
// (acc, key) => ({
// ...acc,
// [`-${key}`]: -baseSpacing[key],
// }),
// {},
// )
exports.negativeSpacing = Object.keys(baseSpacing)
.filter((v) => v !== '0')
.reduce((acc, key) => (Object.assign(Object.assign({}, acc), { [`-${key}`]: -baseSpacing[key] })), {});
exports.breakpoints = {

@@ -250,3 +244,3 @@ xs: 300,

breakpoints: exports.breakpoints,
spacing: baseSpacing,
spacing: Object.assign(Object.assign({}, exports.negativeSpacing), baseSpacing),
gradients: exports.gradients,

@@ -253,0 +247,0 @@ };

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

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

},
"gitHead": "672cadb129c99fde0c6d4c2c3d802902d642fdbf"
"gitHead": "94815c284cc3cc4ca5b3d4de291982df2184a416"
}

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