New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

@tiller-ds/theme

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiller-ds/theme - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

41

defaultTheme.d.ts

@@ -899,2 +899,33 @@ import React from "react";

backgroundColor: string;
title: {
fontSize: string;
color: string;
fontWeight: string;
lineHeight: string;
};
subtitle: {
fontSize: string;
color: string;
margin: string;
lineHeight: string;
};
content: {
title: {
fontSize: string;
color: string;
fontWeight: string;
lineHeight: string;
};
subtitle: {
fontSize: string;
color: string;
margin: string;
lineHeight: string;
};
};
actions: {
margin: string;
border: string;
padding: string;
};
};

@@ -1226,2 +1257,3 @@ Input: {

padding: string;
margin: string;
fontSize: string;

@@ -1584,2 +1616,10 @@ fontWeight: string;

};
logo: {
master: string;
withTopRightAction: {
master: string;
margin: string;
};
withoutTopRightAction: string;
};
navButtons: {

@@ -1631,3 +1671,2 @@ hover: string;

innerContainer: string;
logoContainer: string;
menuContainer: string;

@@ -1634,0 +1673,0 @@ innerMenuContainer: string;

16

package.json

@@ -1,15 +0,1 @@

{
"name": "@tiller-ds/theme",
"version": "1.0.2",
"main": "./theme.umd.js",
"module": "./theme.esm.js",
"typings": "./index.d.ts",
"dependencies": {
"classnames": "2.2.6",
"lodash": "4.17.21",
"tsdef": "0.0.13"
},
"peerDependencies": {
"react": "^18.2.0"
}
}
{"name":"@tiller-ds/theme","version":"1.1.0","main":"./theme.umd.js","module":"./theme.esm.js","typings":"./index.d.ts","dependencies":{"classnames":"2.2.6","lodash":"4.17.21","tsdef":"0.0.13"},"peerDependencies":{"react":"^18.2.0"},"repository":{"type":"git","url":"https://github.com/croz-ltd/tiller"}}

@@ -24,3 +24,3 @@ ![Tiller cover image](https://raw.githubusercontent.com/croz-ltd/tiller/master/img/tiller_cover.png)

|----------------------------------------------------------------------------------|------------------------------------------------------------------|
| [@tiller-ds/theme](https://www.npmjs.com/package/@tiller-ds/theme) | ![](https://img.shields.io/npm/v/@tiller-ds/theme/latest) |
| [@tiller-ds/theme](https://www.npmjs.com/package/@tiller-ds/theme) | ![](https://img.shields.io/npm/v/@tiller-ds/theme/latest) |
| [@tiller-ds/cra-template](https://www.npmjs.com/package/@tiller-ds/cra-template) | ![](https://img.shields.io/npm/v/@tiller-ds/cra-template/latest) |

@@ -27,0 +27,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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