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

@atlaskit/inline-dialog

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/inline-dialog - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

3

CHANGELOG.md
# @atlaskit/inline-dialog
## 5.3.1
- [patch] Removed focus ring from inline-dialogs focused via the mouse [a17adde](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a17adde)
## 5.3.0

@@ -4,0 +7,0 @@ - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)

2

dist/cjs/InlineDialog/styled.js

@@ -12,3 +12,3 @@ 'use strict';

var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n'], ['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n']);
var _templateObject = (0, _taggedTemplateLiteral3.default)(['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n\n &:focus {\n outline: none;\n }\n'], ['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n\n &:focus {\n outline: none;\n }\n']);

@@ -15,0 +15,0 @@ var _styledComponents = require('styled-components');

import _taggedTemplateLiteral from 'babel-runtime/helpers/taggedTemplateLiteral';
var _templateObject = _taggedTemplateLiteral(['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n'], ['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n']);
var _templateObject = _taggedTemplateLiteral(['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n\n &:focus {\n outline: none;\n }\n'], ['\n background: ', ';\n border-radius: ', 'px;\n box-shadow: ', ';\n box-sizing: content-box; /* do not set this to border-box or it will break the overflow handling */\n color: ', ';\n max-height: ', 'px;\n max-width: ', 'px;\n padding: ', 'px ', 'px;\n z-index: 200;\n\n &:focus {\n outline: none;\n }\n']);

@@ -5,0 +5,0 @@ import styled from 'styled-components';

{
"name": "@atlaskit/inline-dialog",
"version": "5.2.2"
"version": "5.3.0"
}
{
"name": "@atlaskit/inline-dialog",
"version": "5.3.0",
"version": "5.3.1",
"description": "An inline dialog React component for secondary content and controls that are displayed on user request",

@@ -39,2 +39,2 @@ "license": "Apache-2.0",

]
}
}

Sorry, the diff of this file is not supported yet

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