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.25 to 0.1.26

9

build/index.d.ts

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

};
declare const PermanentMarkerFont: {
regular: string;
};
export declare const negativeSpacing: {

@@ -451,2 +454,6 @@ n_xxxxl: number;

};
permanentMarker: {
color: string;
fontFamily: string;
};
};

@@ -492,4 +499,4 @@ borderRadii: {

};
export { NovaFont, HeliumFont };
export { NovaFont, HeliumFont, PermanentMarkerFont };
export default baseTheme;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HeliumFont = exports.NovaFont = exports.negativeSpacing = void 0;
exports.PermanentMarkerFont = exports.HeliumFont = exports.NovaFont = exports.negativeSpacing = void 0;
const NovaFont = {

@@ -26,2 +26,6 @@ bold: 'DMSans-Bold',

exports.HeliumFont = HeliumFont;
const PermanentMarkerFont = {
regular: 'PermanentMarker-Regular',
};
exports.PermanentMarkerFont = PermanentMarkerFont;
const palette = {

@@ -195,2 +199,6 @@ white: '#FFFFFF',

},
permanentMarker: {
color: 'primaryText',
fontFamily: PermanentMarkerFont.regular,
},
};

@@ -197,0 +205,0 @@ const textVariants = Object.assign(Object.assign({}, baseTextVariants), { buttonLight: Object.assign(Object.assign({}, baseTextVariants.button), baseTextVariants.light), buttonMedium: Object.assign(Object.assign({}, baseTextVariants.button), baseTextVariants.medium), buttonBold: Object.assign(Object.assign({}, baseTextVariants.button), baseTextVariants.bold), body0Light: Object.assign(Object.assign({}, baseTextVariants.body0), baseTextVariants.light), body0Medium: Object.assign(Object.assign({}, baseTextVariants.body0), baseTextVariants.medium), body0Bold: Object.assign(Object.assign({}, baseTextVariants.body0), baseTextVariants.bold), body1Light: Object.assign(Object.assign({}, baseTextVariants.body1), baseTextVariants.light), body1Medium: Object.assign(Object.assign({}, baseTextVariants.body1), baseTextVariants.medium), body1Bold: Object.assign(Object.assign({}, baseTextVariants.body1), baseTextVariants.bold), body2Light: Object.assign(Object.assign({}, baseTextVariants.body2), baseTextVariants.light), body2Medium: Object.assign(Object.assign({}, baseTextVariants.body2), baseTextVariants.medium), body2Bold: Object.assign(Object.assign({}, baseTextVariants.body2), baseTextVariants.bold), body3Light: Object.assign(Object.assign({}, baseTextVariants.body3), baseTextVariants.light), body3Medium: Object.assign(Object.assign({}, baseTextVariants.body3), baseTextVariants.medium), body3Bold: Object.assign(Object.assign({}, baseTextVariants.body3), baseTextVariants.bold), h1Light: Object.assign(Object.assign({}, baseTextVariants.h1), baseTextVariants.light), h1Medium: Object.assign(Object.assign({}, baseTextVariants.h1), baseTextVariants.medium), h1Bold: Object.assign(Object.assign({}, baseTextVariants.h1), baseTextVariants.bold), h2Light: Object.assign(Object.assign({}, baseTextVariants.h2), baseTextVariants.light), h2Medium: Object.assign(Object.assign({}, baseTextVariants.h2), baseTextVariants.medium), h2Bold: Object.assign(Object.assign({}, baseTextVariants.h2), baseTextVariants.bold), h3Light: Object.assign(Object.assign({}, baseTextVariants.h3), baseTextVariants.light), h3Medium: Object.assign(Object.assign({}, baseTextVariants.h3), baseTextVariants.medium), h3Bold: Object.assign(Object.assign({}, baseTextVariants.h3), baseTextVariants.bold), h4Light: Object.assign(Object.assign({}, baseTextVariants.h4), baseTextVariants.light), h4Medium: Object.assign(Object.assign({}, baseTextVariants.h4), baseTextVariants.medium), h4Bold: Object.assign(Object.assign({}, baseTextVariants.h4), baseTextVariants.bold) });

4

package.json
{
"name": "@novalabsxyz/base-theme",
"version": "0.1.25",
"version": "0.1.26",
"description": "BaseTheme for Novalabs",

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

},
"gitHead": "5ecfe8178269cfe7fc2b52e2ec226b22571b90bd"
"gitHead": "ce5b4ce1e2689aa8a95b3150c1703aacfce3b16b"
}

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