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

td-stylekit

Package Overview
Dependencies
Maintainers
1
Versions
731
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

td-stylekit - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

bin/notify

3

dist/es/index.js

@@ -14,3 +14,4 @@ import Box from './Box';

import View from './View';
import Overlay from './Overlay';
export { Box, Button, Column, Heading, Icon, Link, Paragraph, Row, Text, Toggle, theme, ThemeProvider, UserAvatar, View };
export { Box, Button, Column, Heading, Icon, Link, Overlay, Paragraph, Row, Text, Toggle, theme, ThemeProvider, UserAvatar, View };

@@ -49,3 +49,9 @@ import React from 'react';

borderWidth: [0, '1px', '2px', '4px'],
grid: [0, 1 / 12, 2 / 12, 3 / 12, 4 / 12, 5 / 12, 6 / 12, 7 / 12, 8 / 12, 9 / 12, 10 / 12, 11 / 12, 12 / 12]
grid: [0, 1 / 12, 2 / 12, 3 / 12, 4 / 12, 5 / 12, 6 / 12, 7 / 12, 8 / 12, 9 / 12, 10 / 12, 11 / 12, 12 / 12],
shadows: {
small: '0 2px 0 0 rgba(0, 0, 0, 0.05)',
big: '0 8px 10px 00 rgba(0, 0, 0, 0.1), 0 2px 0 0 rgba(0, 0, 0, 0.05)',
bigCentered: '0 0 10px 00 rgba(0, 0, 0, 0.1), 0 2px 0 0 rgba(0, 0, 0, 0.05)',
popover: '0 6px 15px 0 rgba(0, 0, 0, 0.05), 0 -1px 4px 0 rgba(0, 0, 0, 0.05)'
}
};

@@ -52,0 +58,0 @@

{
"name": "td-stylekit",
"version": "0.4.1",
"version": "0.5.0",
"main": "dist/es/index.js",

@@ -5,0 +5,0 @@ "module": "dist/es/index.js",

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