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

@novalabsxyz/web-theme

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novalabsxyz/web-theme - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0-alpha.0

16

build/palette.d.ts
import { PaletteMode } from '@mui/material';
declare const palette: {
primaryBackground: string;
secondaryBackground: string;
cardBackground: string;
primaryText: string;
secondaryText: string;
placeholderText: string;
accentText: string;
inputBackground: string;
activeBackground: string;
inactiveIcon: string;
black: string;
appBackground: string;
cardBackground: string;
codGray: string;
woodSmoke: string;
slate: string;

@@ -11,3 +21,3 @@ mineshaft: string;

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

@@ -14,0 +24,0 @@ white: string;

2

build/palette.js

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

const base_theme_1 = __importDefault(require("@novalabsxyz/base-theme"));
const palette = Object.assign({ mode: 'dark' }, base_theme_1.default.palette);
const palette = Object.assign(Object.assign({ mode: 'dark' }, base_theme_1.default.palette), base_theme_1.default.darkThemeColors);
exports.default = palette;
//# sourceMappingURL=palette.js.map

@@ -13,4 +13,4 @@ import {

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

@@ -21,3 +21,3 @@ mineshaft: string

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

@@ -43,2 +43,13 @@ white: string

darkBlue: string
primaryBackground: string
secondaryBackground: string
cardBackground: string
primaryText: string
secondaryText: string
placeholderText: string
accentText: string
inputBackground: string
activeBackground: string
inactiveIcon: string
}

@@ -45,0 +56,0 @@ }

{
"name": "@novalabsxyz/web-theme",
"version": "0.2.0",
"version": "1.0.0-alpha.0",
"description": "Novalabs Web Theme",

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

"dependencies": {
"@novalabsxyz/base-theme": "^0.2.0",
"@novalabsxyz/base-theme": "^1.0.0-alpha.0",
"react": "18.2.0"

@@ -35,3 +35,3 @@ },

},
"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