@atlaskit/inline-dialog
Advanced tools
Comparing version 5.3.0 to 5.3.1
# @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) |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31937
266