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

@sendgrid/ui-components

Package Overview
Dependencies
Maintainers
4
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.43.4 to 1.43.5

1

full-screen-modal.d.ts

@@ -17,2 +17,3 @@ import React, { Component } from 'react';

tooltipLength?: TooltipLength;
scrollContainerRef?: React.MutableRefObject<any>;
}

@@ -19,0 +20,0 @@ export declare class FullscreenModal extends Component<FullScreenModelProps> {

6

full-screen-modal.js

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

};
import React, { Component } from 'react';
import React, { Component, createRef } from 'react';
import ReactDOM from 'react-dom';

@@ -23,3 +23,3 @@ import FlexHeader from './flexHeader';

render() {
const _a = this.props, { bodyNode, children, className, creditsCount, hasPadding, isOpen, modalContainer, onClose, renderHeaderActions, headerTabs, title, tooltipText, tooltipLength, noKeyboardNavigation, returnFocusOnClose, dontSetFocus } = _a, attributes = __rest(_a, ["bodyNode", "children", "className", "creditsCount", "hasPadding", "isOpen", "modalContainer", "onClose", "renderHeaderActions", "headerTabs", "title", "tooltipText", "tooltipLength", "noKeyboardNavigation", "returnFocusOnClose", "dontSetFocus"]);
const _a = this.props, { bodyNode, children, className, creditsCount, hasPadding, isOpen, modalContainer, onClose, renderHeaderActions, headerTabs, title, tooltipText, tooltipLength, noKeyboardNavigation, returnFocusOnClose, dontSetFocus, scrollContainerRef } = _a, attributes = __rest(_a, ["bodyNode", "children", "className", "creditsCount", "hasPadding", "isOpen", "modalContainer", "onClose", "renderHeaderActions", "headerTabs", "title", "tooltipText", "tooltipLength", "noKeyboardNavigation", "returnFocusOnClose", "dontSetFocus", "scrollContainerRef"]);
const headerActions = renderHeaderActions && renderHeaderActions();

@@ -31,3 +31,3 @@ const keyboardProps = getModalKeyboardProps(this, onClose, '.modal-fullscreen');

'has-padding': hasPadding,
}) }, children)), modalContainer);
}), ref: scrollContainerRef || createRef() }, children)), modalContainer);
}

@@ -34,0 +34,0 @@ }

{
"name": "@sendgrid/ui-components",
"version": "1.43.4",
"version": "1.43.5",
"description": "Reusable UI components for Sendgrid's applications.",

@@ -5,0 +5,0 @@ "main": "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