@atlaskit/inline-dialog
Advanced tools
Comparing version 13.3.9 to 13.4.0
# @atlaskit/inline-dialog | ||
## 13.4.0 | ||
### Minor Changes | ||
- [`8d2ea17980d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d2ea17980d) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change. | ||
### Patch Changes | ||
- Updated dependencies | ||
## 13.3.9 | ||
@@ -4,0 +14,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
var _core = require("@emotion/core"); | ||
var _react2 = require("@emotion/react"); | ||
@@ -35,3 +35,3 @@ var _bindEventListener = require("bind-event-listener"); | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.3.9"; | ||
var packageVersion = "13.4.0"; | ||
@@ -119,3 +119,3 @@ var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
}, [isOpen, handleClickOutside]); | ||
var popper = isOpen ? (0, _core.jsx)(_popper.Popper, { | ||
var popper = isOpen ? (0, _react2.jsx)(_popper.Popper, { | ||
placement: placement, | ||
@@ -126,3 +126,3 @@ strategy: strategy | ||
style = _ref2.style; | ||
return (0, _core.jsx)(_container.Container, { | ||
return (0, _react2.jsx)(_container.Container, { | ||
onBlur: onContentBlur, | ||
@@ -146,5 +146,5 @@ onFocus: onContentFocus, | ||
}) : null; | ||
return (0, _core.jsx)(_popper.Manager, null, (0, _core.jsx)(_popper.Reference, null, function (_ref4) { | ||
return (0, _react2.jsx)(_popper.Manager, null, (0, _react2.jsx)(_popper.Reference, null, function (_ref4) { | ||
var ref = _ref4.ref; | ||
return (0, _core.jsx)(_reactNodeResolver.default, { | ||
return (0, _react2.jsx)(_reactNodeResolver.default, { | ||
innerRef: function innerRef(node) { | ||
@@ -151,0 +151,0 @@ triggerRef.current = node; |
@@ -16,3 +16,3 @@ "use strict"; | ||
var _core = require("@emotion/core"); | ||
var _react2 = require("@emotion/react"); | ||
@@ -50,3 +50,3 @@ var _colors = require("@atlaskit/theme/colors"); | ||
var CSS_THEME_BOX_SHADOW = '--theme-box-shadow'; | ||
var containerStyles = (0, _core.css)({ | ||
var containerStyles = (0, _react2.css)({ | ||
boxSizing: 'content-box', | ||
@@ -83,3 +83,3 @@ maxWidth: "".concat(gridSize * 56, "px"), | ||
var theme = (0, _components.useGlobalTheme)(); | ||
return (0, _core.jsx)("div", { | ||
return (0, _react2.jsx)("div", { | ||
css: containerStyles, | ||
@@ -86,0 +86,0 @@ "data-testid": testId, |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.3.9", | ||
"version": "13.4.0", | ||
"sideEffects": false | ||
} |
/** @jsx jsx */ | ||
import React, { memo, useCallback, useEffect, useRef } from 'react'; | ||
import { jsx } from '@emotion/core'; | ||
import { jsx } from '@emotion/react'; | ||
import { bind } from 'bind-event-listener'; | ||
@@ -11,3 +11,3 @@ import NodeResolver from 'react-node-resolver'; | ||
const packageName = "@atlaskit/inline-dialog"; | ||
const packageVersion = "13.3.9"; | ||
const packageVersion = "13.4.0"; | ||
@@ -14,0 +14,0 @@ const checkIsChildOfPortal = node => { |
@@ -7,3 +7,3 @@ /* eslint-disable jsx-a11y/no-static-element-interactions */ | ||
import React, { forwardRef } from 'react'; | ||
import { css, jsx } from '@emotion/core'; | ||
import { css, jsx } from '@emotion/react'; | ||
import { DN50, DN50A, DN600, DN60A, N0, N50A, N60A, N900 } from '@atlaskit/theme/colors'; | ||
@@ -10,0 +10,0 @@ import { themed, useGlobalTheme } from '@atlaskit/theme/components'; |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.3.9", | ||
"version": "13.4.0", | ||
"sideEffects": false | ||
} |
/** @jsx jsx */ | ||
import React, { memo, useCallback, useEffect, useRef } from 'react'; | ||
import { jsx } from '@emotion/core'; | ||
import { jsx } from '@emotion/react'; | ||
import { bind } from 'bind-event-listener'; | ||
@@ -11,3 +11,3 @@ import NodeResolver from 'react-node-resolver'; | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "13.3.9"; | ||
var packageVersion = "13.4.0"; | ||
@@ -14,0 +14,0 @@ var checkIsChildOfPortal = function checkIsChildOfPortal(node) { |
@@ -13,3 +13,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
import React, { forwardRef } from 'react'; | ||
import { css, jsx } from '@emotion/core'; | ||
import { css, jsx } from '@emotion/react'; | ||
import { DN50, DN50A, DN600, DN60A, N0, N50A, N60A, N900 } from '@atlaskit/theme/colors'; | ||
@@ -16,0 +16,0 @@ import { themed, useGlobalTheme } from '@atlaskit/theme/components'; |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.3.9", | ||
"version": "13.4.0", | ||
"sideEffects": false | ||
} |
@@ -6,3 +6,3 @@ /** @jsx jsx */ | ||
export { InlineDialog as InlineDialogWithoutAnalytics }; | ||
declare const _default: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<InlineDialogProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "content" | "children" | "testId" | "isOpen" | "onContentBlur" | "onContentClick" | "onContentFocus" | "onClose" | "placement" | "strategy" | "key" | "analyticsContext"> & React.RefAttributes<any>>; | ||
declare const _default: React.ForwardRefExoticComponent<Pick<Omit<React.PropsWithChildren<InlineDialogProps>, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any> & import("@atlaskit/analytics-next").WithContextProps, "content" | "children" | "testId" | "key" | "isOpen" | "onContentBlur" | "onContentClick" | "onContentFocus" | "onClose" | "placement" | "strategy" | "analyticsContext"> & React.RefAttributes<any>>; | ||
export default _default; |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "13.3.9", | ||
"version": "13.4.0", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -38,6 +38,6 @@ "publishConfig": { | ||
"@atlaskit/popper": "^5.0.0", | ||
"@atlaskit/theme": "^12.1.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@atlaskit/tokens": "^0.10.0", | ||
"@babel/runtime": "^7.0.0", | ||
"@emotion/core": "^10.0.9", | ||
"@emotion/react": "^11.7.1", | ||
"bind-event-listener": "^2.1.1", | ||
@@ -51,8 +51,8 @@ "react-node-resolver": "^1.0.1" | ||
"@atlaskit/button": "^16.3.0", | ||
"@atlaskit/datetime-picker": "^12.1.0", | ||
"@atlaskit/datetime-picker": "^12.2.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/icon": "^21.10.0", | ||
"@atlaskit/modal-dialog": "^12.2.0", | ||
"@atlaskit/section-message": "^6.1.0", | ||
"@atlaskit/select": "^15.6.0", | ||
"@atlaskit/modal-dialog": "^12.3.0", | ||
"@atlaskit/section-message": "^6.2.0", | ||
"@atlaskit/select": "^15.7.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -59,0 +59,0 @@ "@atlaskit/visual-regression": "*", |
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
78213
+ Added@emotion/react@^11.7.1
+ Added@emotion/babel-plugin@11.13.5(transitive)
+ Added@emotion/cache@11.13.5(transitive)
+ Added@emotion/hash@0.9.2(transitive)
+ Added@emotion/memoize@0.9.0(transitive)
+ Added@emotion/react@11.13.5(transitive)
+ Added@emotion/serialize@1.3.3(transitive)
+ Added@emotion/sheet@1.4.0(transitive)
+ Added@emotion/unitless@0.10.0(transitive)
+ Added@emotion/use-insertion-effect-with-fallbacks@1.1.0(transitive)
+ Added@emotion/utils@1.4.2(transitive)
+ Added@emotion/weak-memoize@0.4.0(transitive)
+ Addedbabel-plugin-macros@3.1.0(transitive)
+ Addedcosmiconfig@7.1.0(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedescape-string-regexp@4.0.0(transitive)
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addedstylis@4.2.0(transitive)
- Removed@emotion/core@^10.0.9
- Removed@emotion/cache@10.0.29(transitive)
- Removed@emotion/core@10.3.1(transitive)
- Removed@emotion/css@10.0.27(transitive)
- Removed@emotion/hash@0.8.0(transitive)
- Removed@emotion/memoize@0.7.4(transitive)
- Removed@emotion/serialize@0.11.16(transitive)
- Removed@emotion/sheet@0.9.4(transitive)
- Removed@emotion/stylis@0.8.5(transitive)
- Removed@emotion/unitless@0.7.5(transitive)
- Removed@emotion/utils@0.11.3(transitive)
- Removed@emotion/weak-memoize@0.2.5(transitive)
- Removedbabel-plugin-emotion@10.2.2(transitive)
- Removedbabel-plugin-macros@2.8.0(transitive)
- Removedbabel-plugin-syntax-jsx@6.18.0(transitive)
- Removedcosmiconfig@6.0.0(transitive)
- Removedcsstype@2.6.21(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
Updated@atlaskit/theme@^12.2.0