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.2.0 to 1.0.0-alpha.0

11

build/index.d.ts

@@ -103,4 +103,4 @@ export { BaseThemeTypography, BaseThemePalette, BaseThemeBreakpoints, } from './baseThemeTypes';

black: string;
appBackground: string;
cardBackground: string;
codGray: string;
woodSmoke: string;
slate: string;

@@ -111,3 +111,3 @@ mineshaft: string;

doveGrey: string;
bodyGrey: string;
gray: string;
silver: string;

@@ -145,3 +145,4 @@ white: string;

black: string;
appBackground: string;
codGray: string;
woodSmoke: string;
slate: string;

@@ -152,3 +153,3 @@ mineshaft: string;

doveGrey: string;
bodyGrey: string;
gray: string;
silver: string;

@@ -155,0 +156,0 @@ white: string;

@@ -32,4 +32,4 @@ "use strict";

black: '#000000',
appBackground: '#0E0E0E',
cardBackground: '#171717',
codGray: '#0E0E0E',
woodSmoke: '#171717',
slate: '#222222',

@@ -40,3 +40,3 @@ mineshaft: '#272727',

doveGrey: '#737373',
bodyGrey: '#818181',
gray: '#818181',
silver: '#BBBBBB',

@@ -64,7 +64,7 @@ white: '#FFFFFF',

exports.colors = {
primaryBackground: palette.appBackground,
primaryBackground: palette.codGray,
secondaryBackground: palette.mineshaft,
cardBackground: palette.cardBackground,
cardBackground: palette.woodSmoke,
primaryText: palette.white,
secondaryText: palette.bodyGrey,
secondaryText: palette.gray,
placeholderText: palette.doveGrey,

@@ -165,3 +165,3 @@ accentText: palette.silver,

body: {
color: palette.bodyGrey,
color: palette.gray,
fontFamily: NovaFont.regular,

@@ -173,3 +173,3 @@ fontSize: 18,

legal: {
color: palette.bodyGrey,
color: palette.gray,
fontFamily: NovaFont.regular,

@@ -176,0 +176,0 @@ fontSize: 14,

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

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

},
"gitHead": "04e4c0cd1465b3efd179012e977db21c0b3487fd"
"gitHead": "d22da2f26ebe13c6570160cd9143b0b11aa93fa7"
}

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