Socket
Socket
Sign inDemoInstall

@os-design/theming

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/theming - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/index.d.ts
declare const defaultTheme: {
colorPrimary: string;
colorBorder: string;
colorPlaceholder: string;
fontSize: number[];

@@ -25,2 +26,3 @@ sizing: {

colorBorder: string;
colorPlaceholder: string;
fontSize: number[];

@@ -38,2 +40,3 @@ sizing: {

colorBorder: string;
colorPlaceholder: string;
fontSize: number[];

@@ -40,0 +43,0 @@ sizing: {

6

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const defaultTheme = {
colorPrimary: '#0969c6',
colorBorder: '#d9d9d9',
// Colors (rgb)
colorPrimary: '9,105,198',
colorBorder: '217,217,217',
colorPlaceholder: '166,166,166',
// Base font size (px)

@@ -7,0 +9,0 @@ fontSize: [16, 18, 20],

{
"name": "@os-design/theming",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -17,3 +17,3 @@ "main": "lib/index.js",

},
"gitHead": "988da56eb63871d767f49d584e4cf45e689cc6b0"
"gitHead": "bb1423851a43ce777fd4b326bb8a19881424e82e"
}

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