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 13.3.9 to 13.4.0

10

CHANGELOG.md
# @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 @@

12

dist/cjs/InlineDialog/index.js

@@ -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": "*",

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