Socket
Socket
Sign inDemoInstall

@operational/theme

Package Overview
Dependencies
Maintainers
3
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 1.0.0 to 2.0.0

1

lib/constants.d.ts

@@ -97,4 +97,5 @@ /**

sidebarWidth: number;
titleHeight: number;
};
export declare type OperationalStyleConstants = Readonly<typeof constants>;
export default constants;

3

lib/constants.js

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

family: {
main: "'Helvetica Neue', Helvetica, Arial, sans-serif",
main: `"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif`,
code: "Menlo, monospace",

@@ -138,4 +138,5 @@ },

sidebarWidth: 256,
titleHeight: 45,
};
exports.default = constants;
//# sourceMappingURL=constants.js.map
{
"name": "@operational/theme",
"version": "1.0.0",
"version": "2.0.0",
"description": "Customization theme for the Operational UI packages.",

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

@@ -114,3 +114,3 @@ /**

family: {
main: "'Helvetica Neue', Helvetica, Arial, sans-serif",
main: `"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif`,
code: "Menlo, monospace",

@@ -170,2 +170,3 @@ },

sidebarWidth: 256,
titleHeight: 45,
}

@@ -172,0 +173,0 @@

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