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.45.0 to 1.45.1

2

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

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

@@ -62,7 +62,4 @@ var __rest = (this && this.__rest) || function (s, e) {

'segment-term-switch--disabled': disabled,
[Styles['segment-term-switch--disabled']]: disabled,
'segment-term-switch--disabled-and': disabled && queryToggle === 'and',
[Styles['segment-term-switch--disabled-and']]: disabled && queryToggle === 'and',
'segment-term-switch--disabled-or': disabled && queryToggle === 'or',
[Styles['segment-term-switch--disabled-or']]: disabled && queryToggle === 'or',
}), key: queryToggleKey },

@@ -69,0 +66,0 @@ React.createElement(ToggleButtons, { keys: ['and', 'or'], selectedKey: queryToggle, onChange: (event, key) => onQueryToggle(key) }, (and, or) => (React.createElement(React.Fragment, null, disabled ? (React.createElement("p", { className: Styles['operator--disabled'] }, queryToggle)) : (React.createElement(React.Fragment, null,

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