Socket
Socket
Sign inDemoInstall

@sendgrid/ui-components

Package Overview
Dependencies
Maintainers
5
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/ui-components - npm Package Compare versions

Comparing version 1.44.3 to 1.44.4

2

package.json
{
"name": "@sendgrid/ui-components",
"version": "1.44.3",
"version": "1.44.4",
"description": "Reusable UI components for Sendgrid's applications.",

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

@@ -19,2 +19,3 @@ import { PointerEventsProperty, TextTransformProperty } from 'csstype';

color: any;
cursor: string;
padding: string;

@@ -26,2 +27,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -33,2 +35,3 @@ } | {

color: any;
cursor: string;
padding: string;

@@ -40,2 +43,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -49,2 +53,3 @@ };

color: any;
cursor: string;
padding: string;

@@ -57,2 +62,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -65,2 +71,3 @@ } | {

color: any;
cursor: string;
padding: string;

@@ -73,2 +80,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -89,2 +97,3 @@ };

color: any;
cursor: string;
borderBottomColor: any;

@@ -104,2 +113,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -119,2 +129,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -134,2 +145,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -149,2 +161,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -164,2 +177,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -179,2 +193,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -194,2 +209,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -209,2 +225,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -224,2 +241,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -239,2 +257,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -254,2 +273,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor: any;

@@ -269,2 +289,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor?: undefined;

@@ -284,2 +305,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor?: undefined;

@@ -299,2 +321,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor?: undefined;

@@ -314,2 +337,3 @@ boxShadow: string;

color: any;
cursor: string;
borderBottomColor?: undefined;

@@ -400,2 +424,3 @@ boxShadow: string;

color: any;
cursor: string;
padding: string;

@@ -407,2 +432,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -414,2 +440,3 @@ } | {

color: any;
cursor: string;
padding: string;

@@ -421,2 +448,3 @@ } | {

color?: undefined;
cursor: string;
padding: string;

@@ -423,0 +451,0 @@ };

@@ -75,3 +75,3 @@ var __rest = (this && this.__rest) || function (s, e) {

: {};
return Object.assign({}, base, { padding: '9px 30px' }, focusedState, isSelected, { ':active': {}, 'line-height': '18px' });
return Object.assign({}, base, { cursor: 'pointer', padding: '9px 30px' }, focusedState, isSelected, { ':active': {}, 'line-height': '18px' });
};

@@ -106,2 +106,3 @@ export const linkOptionStyles = (base, state) => {

color: SassVars.slate,
cursor: 'pointer',
fontSize: 13,

@@ -119,2 +120,3 @@ minHeight: 'auto',

color: SassVars['select-disabled-color'],
cursor: 'not-allowed',
}

@@ -121,0 +123,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