Socket
Socket
Sign inDemoInstall

@operational/theme

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operational/theme - npm Package Compare versions

Comparing version 0.1.0-8 to 0.1.0-9

10

lib/index.js

@@ -37,3 +37,3 @@ "use strict";

linkText: "#1499CE",
sidenavBackground: "#393939",
sidenavBackground: "#394960",
separator: "#f2f2f2",

@@ -48,7 +48,5 @@ secondarySeparator: "#f8f8f8"

var typography = {
title: __assign({}, baseTypography, { fontSize: 22, fontWeight: 600 }),
heading1: __assign({}, baseTypography, { fontSize: 13, fontWeight: 700, color: "#373d3f" }),
heading2: __assign({}, baseTypography, { fontSize: 13, fontWeight: 600, textTransform: "uppercase", color: "#969696", "&::before": {
content: "» "
} }),
title: __assign({}, baseTypography, { fontSize: 24, fontWeight: 400 }),
heading1: __assign({}, baseTypography, { fontSize: 16, fontWeight: 600 }),
heading2: __assign({}, baseTypography, { fontSize: 16, fontWeight: 400 }),
body: __assign({}, baseTypography, { fontSize: 13, fontWeight: 400 }),

@@ -55,0 +53,0 @@ small: __assign({}, baseTypography, { fontSize: 12, fontWeight: 400 })

2

package.json
{
"name": "@operational/theme",
"version": "0.1.0-8",
"version": "0.1.0-9",
"description": "Customization theme for the Operational UI packages.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -121,3 +121,3 @@ // Type definitions

linkText: "#1499CE",
sidenavBackground: "#393939",
sidenavBackground: "#394960",
separator: "#f2f2f2",

@@ -136,20 +136,14 @@ secondarySeparator: "#f8f8f8"

...baseTypography,
fontSize: 22,
fontWeight: 600
fontSize: 24,
fontWeight: 400
},
heading1: {
...baseTypography,
fontSize: 13,
fontWeight: 700,
color: "#373d3f"
fontSize: 16,
fontWeight: 600
},
heading2: {
...baseTypography,
fontSize: 13,
fontWeight: 600,
textTransform: "uppercase",
color: "#969696",
"&::before": {
content: "» "
}
fontSize: 16,
fontWeight: 400
},

@@ -156,0 +150,0 @@ body: {

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