Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@novalabsxyz/base-theme

Package Overview
Dependencies
Maintainers
3
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.4-alpha.0 to 0.1.4

21

build/index.d.ts
export { BaseThemeTypography, BaseThemePalette, BaseThemeBreakpoints } from "./baseThemeTypes";
declare const NovaFont: {
bold: string;
boldItalic: string;
italic: string;
light: string;
medium: string;
mediumItalic: string;
regular: string;
semiBold: string;
};
declare const HeliumFont: {
bold: string;
boldItalic: string;
italic: string;
light: string;
medium: string;
mediumItalic: string;
regular: string;
semiBold: string;
};
export declare const negativeSpacing: {

@@ -439,3 +459,4 @@ n_xxxxl: number;

};
export { NovaFont, HeliumFont };
export default baseTheme;
//# sourceMappingURL=index.d.ts.map

25

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

@@ -14,2 +14,14 @@ bold: "DMSans-Bold",

};
exports.NovaFont = NovaFont;
const HeliumFont = {
bold: "Inter-Bold",
boldItalic: "Inter-BoldItalic",
italic: "Inter-Italic",
light: "Inter-Light",
medium: "Inter-Medium",
mediumItalic: "Inter-MediumItalic",
regular: "Inter-Regular",
semiBold: "Inter-SemiBold",
};
exports.HeliumFont = HeliumFont;
const palette = {

@@ -204,12 +216,3 @@ white: "#FFFFFF",

NovaFont,
HeliumFont: {
bold: "Inter-Bold",
boldItalic: "Inter-BoldItalic",
italic: "Inter-Italic",
light: "Inter-Light",
medium: "Inter-Medium",
mediumItalic: "Inter-MediumItalic",
regular: "Inter-Regular",
semiBold: "Inter-SemiBold",
},
HeliumFont,
Font: NovaFont,

@@ -216,0 +219,0 @@ darkThemeColors: Object.assign(Object.assign({}, palette), { error: palette.red500, primary: palette.black, primaryBackground: palette.black, primaryIcon: palette.black600, primaryText: palette.white, secondary: palette.grey900, secondaryIcon: palette.black300, secondaryText: palette.secondaryText, surface: palette.grey900, surfaceContrast: palette.white, surfaceContrastText: palette.black, surfaceSecondary: palette.black700, surfaceSecondaryText: palette.grey300, surfaceText: palette.white }),

{
"name": "@novalabsxyz/base-theme",
"version": "0.1.4-alpha.0",
"version": "0.1.4",
"description": "BaseTheme for Novalabs",
"keywords": [
"nova"
"helium",
"blockchain",
"currency"
],

@@ -17,5 +19,2 @@ "contributors": [

],
"include": [
"src"
],
"publishConfig": {

@@ -29,3 +28,3 @@ "access": "public"

},
"gitHead": "0997512fdb6563414b50608476afa6178dabadce"
"gitHead": "39089fdda7282523a09a055b7e8f5040cd99348b"
}

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