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.45-alpha.0 to 0.1.46-alpha.0

12

build/index.d.ts

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

};
export declare const colors: {
primaryBackground: string;
secondaryBackground: string;
cardBackground: string;
primaryText: string;
secondaryText: string;
placeholderText: string;
accentText: string;
inputBackground: string;
activeBackground: string;
inactiveIcon: string;
};
export declare const gradients: {

@@ -27,0 +39,0 @@ [key: string]: {

10

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

@@ -61,3 +61,3 @@ bold: 'DMSans-Bold',

};
const colors = {
exports.colors = {
primaryBackground: palette.appBackground,

@@ -177,3 +177,3 @@ secondaryBackground: palette.mineshaft,

button: {
color: colors.primaryText,
color: exports.colors.primaryText,
fontFamily: NovaFont.medium,

@@ -278,4 +278,4 @@ fontSize: 20,

const baseTheme = {
palette: Object.assign(Object.assign({}, palette), colors),
darkThemeColors: Object.assign(Object.assign({}, palette), colors),
palette: Object.assign(Object.assign({}, palette), exports.colors),
darkThemeColors: Object.assign(Object.assign({}, palette), exports.colors),
NovaFont,

@@ -282,0 +282,0 @@ HeliumFont,

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

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

},
"gitHead": "eda5f17dc051ee6e4a03f01b32cc6e609ee1eb9f"
"gitHead": "5bd6de15aea2f393fd031b0919ba61fca3c1a5e2"
}

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