Socket
Socket
Sign inDemoInstall

@atlaskit/modal-dialog

Package Overview
Dependencies
118
Maintainers
1
Versions
306
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.13.4 to 12.13.5

4

dist/cjs/internal/components/modal-dialog.js

@@ -129,3 +129,5 @@ "use strict";

"aria-label": label,
ref: (0, _mergeRefs.default)([bottomFadeInProps.ref, motionRef]),
ref: (0, _mergeRefs.default)([bottomFadeInProps.ref, motionRef])
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
,
style: {

@@ -132,0 +134,0 @@ '--modal-dialog-width': (0, _utils.dialogWidth)(width),

@@ -77,2 +77,3 @@ "use strict";

return (0, _react.jsx)("div", {
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
style: {

@@ -79,0 +80,0 @@ '--modal-dialog-translate-y': "".concat(stackIndex * (_constants2.verticalOffset / 2), "px")

@@ -98,3 +98,3 @@ "use strict";

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.4"
packageVersion: "12.13.5"
});

@@ -101,0 +101,0 @@ var onBlanketClicked = (0, _react.useCallback)(function (e) {

@@ -125,3 +125,5 @@ import _extends from "@babel/runtime/helpers/extends";

"aria-label": label,
ref: mergeRefs([bottomFadeInProps.ref, motionRef]),
ref: mergeRefs([bottomFadeInProps.ref, motionRef])
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
,
style: {

@@ -128,0 +130,0 @@ '--modal-dialog-width': dialogWidth(width),

@@ -74,2 +74,3 @@ /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */

return jsx("div", {
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
style: {

@@ -76,0 +77,0 @@ '--modal-dialog-translate-y': `${stackIndex * (verticalOffset / 2)}px`

@@ -83,3 +83,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.4"
packageVersion: "12.13.5"
});

@@ -86,0 +86,0 @@ const onBlanketClicked = useCallback(e => {

@@ -123,3 +123,5 @@ import _extends from "@babel/runtime/helpers/extends";

"aria-label": label,
ref: mergeRefs([bottomFadeInProps.ref, motionRef]),
ref: mergeRefs([bottomFadeInProps.ref, motionRef])
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
,
style: {

@@ -126,0 +128,0 @@ '--modal-dialog-width': dialogWidth(width),

@@ -70,2 +70,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

return jsx("div", {
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
style: {

@@ -72,0 +73,0 @@ '--modal-dialog-translate-y': "".concat(stackIndex * (verticalOffset / 2), "px")

@@ -88,3 +88,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.4"
packageVersion: "12.13.5"
});

@@ -91,0 +91,0 @@ var onBlanketClicked = useCallback(function (e) {

/** @jsx jsx */
import { ReactNode } from 'react';
import { type ReactNode } from 'react';
import { jsx } from '@emotion/react';

@@ -4,0 +4,0 @@ interface PositionerProps {

/// <reference types="react" />
import { ModalDialogProps, OnCloseHandler } from '../types';
import { type ModalDialogProps, type OnCloseHandler } from '../types';
export type ModalAttributes = {
/**
* Test id passed to the modal dialog.
* Test ID passed to the modal dialog.
*/

@@ -7,0 +7,0 @@ testId?: ModalDialogProps['testId'];

@@ -1,4 +0,4 @@

import { RefObject } from 'react';
import { type RefObject } from 'react';
import type { Transition } from '@atlaskit/motion/types';
import { ModalDialogProps } from '../../types';
import { type ModalDialogProps } from '../../types';
/**

@@ -5,0 +5,0 @@ * This will run the respective passed in callback functions when modal is

@@ -1,3 +0,3 @@

import { ModalDialogProps } from '../types';
import { type ModalDialogProps } from '../types';
export declare const dialogWidth: (input?: ModalDialogProps['width']) => string;
export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;
/** @jsx jsx */
import { ReactNode } from 'react';
import { type ReactNode } from 'react';
import { jsx } from '@emotion/react';

@@ -4,0 +4,0 @@ export interface ModalFooterProps {

/// <reference types="react" />
import { ExitingPersistenceProps } from '@atlaskit/motion/exiting-persistence';
import { type ExitingPersistenceProps } from '@atlaskit/motion/exiting-persistence';
/**

@@ -4,0 +4,0 @@ * __Modal transition__

@@ -1,2 +0,2 @@

import React, { RefObject } from 'react';
import { type default as React, type RefObject } from 'react';
import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';

@@ -97,14 +97,12 @@ import type { WidthNames } from './internal/constants';

* serving as a hook for automated tests.
*
* If not overridden using `testId` prop in the respective components, this will set `data-testid` on these elements when defined:
*
* Modal dialog: `{testId}`
* Modal header: `{testId}--header`
* Modal title: `{testId}--title`
* Modal body: `{testId}--body`
* Modal footer: `{testId}--footer`
* Scrollable element: `{testId}--scrollable`
* Blanket: `{testId}--blanket`
* - Modal dialog: `{testId}`
* - Modal header: `{testId}--header`
* - Modal title: `{testId}--title`
* - Modal body: `{testId}--body`
* - Modal footer: `{testId}--footer`
* - Scrollable element: `{testId}--scrollable`
* - Blanket: `{testId}--blanket`
*/
testId?: string;
}
/** @jsx jsx */
import { ReactNode } from 'react';
import { type ReactNode } from 'react';
import { jsx } from '@emotion/react';

@@ -4,0 +4,0 @@ interface PositionerProps {

/// <reference types="react" />
import { ModalDialogProps, OnCloseHandler } from '../types';
import { type ModalDialogProps, type OnCloseHandler } from '../types';
export type ModalAttributes = {
/**
* Test id passed to the modal dialog.
* Test ID passed to the modal dialog.
*/

@@ -7,0 +7,0 @@ testId?: ModalDialogProps['testId'];

@@ -1,4 +0,4 @@

import { RefObject } from 'react';
import { type RefObject } from 'react';
import type { Transition } from '@atlaskit/motion/types';
import { ModalDialogProps } from '../../types';
import { type ModalDialogProps } from '../../types';
/**

@@ -5,0 +5,0 @@ * This will run the respective passed in callback functions when modal is

@@ -1,3 +0,3 @@

import { ModalDialogProps } from '../types';
import { type ModalDialogProps } from '../types';
export declare const dialogWidth: (input?: ModalDialogProps['width']) => string;
export declare const dialogHeight: (input?: ModalDialogProps['height']) => string;
/** @jsx jsx */
import { ReactNode } from 'react';
import { type ReactNode } from 'react';
import { jsx } from '@emotion/react';

@@ -4,0 +4,0 @@ export interface ModalFooterProps {

/// <reference types="react" />
import { ExitingPersistenceProps } from '@atlaskit/motion/exiting-persistence';
import { type ExitingPersistenceProps } from '@atlaskit/motion/exiting-persistence';
/**

@@ -4,0 +4,0 @@ * __Modal transition__

@@ -1,2 +0,2 @@

import React, { RefObject } from 'react';
import { type default as React, type RefObject } from 'react';
import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';

@@ -97,14 +97,12 @@ import type { WidthNames } from './internal/constants';

* serving as a hook for automated tests.
*
* If not overridden using `testId` prop in the respective components, this will set `data-testid` on these elements when defined:
*
* Modal dialog: `{testId}`
* Modal header: `{testId}--header`
* Modal title: `{testId}--title`
* Modal body: `{testId}--body`
* Modal footer: `{testId}--footer`
* Scrollable element: `{testId}--scrollable`
* Blanket: `{testId}--blanket`
* - Modal dialog: `{testId}`
* - Modal header: `{testId}--header`
* - Modal title: `{testId}--title`
* - Modal body: `{testId}--body`
* - Modal footer: `{testId}--footer`
* - Scrollable element: `{testId}--scrollable`
* - Blanket: `{testId}--blanket`
*/
testId?: string;
}
{
"name": "@atlaskit/modal-dialog",
"version": "12.13.4",
"version": "12.13.5",
"description": "A modal dialog displays content that requires user interaction, in a layer above the page.",

@@ -38,3 +38,3 @@ "publishConfig": {

"@atlaskit/focus-ring": "^1.4.0",
"@atlaskit/icon": "^22.2.0",
"@atlaskit/icon": "^22.3.0",
"@atlaskit/layering": "^0.3.0",

@@ -44,5 +44,5 @@ "@atlaskit/motion": "^1.6.0",

"@atlaskit/portal": "^4.5.0",
"@atlaskit/primitives": "^6.1.0",
"@atlaskit/theme": "^12.8.0",
"@atlaskit/tokens": "^1.48.0",
"@atlaskit/primitives": "^7.0.0",
"@atlaskit/theme": "^12.9.0",
"@atlaskit/tokens": "^1.49.0",
"@babel/runtime": "^7.0.0",

@@ -64,7 +64,7 @@ "@emotion/react": "^11.7.1",

"@atlaskit/button": "*",
"@atlaskit/checkbox": "^13.3.0",
"@atlaskit/dropdown-menu": "^12.10.0",
"@atlaskit/checkbox": "^13.4.0",
"@atlaskit/dropdown-menu": "^12.11.0",
"@atlaskit/popup": "^1.17.0",
"@atlaskit/radio": "^6.3.0",
"@atlaskit/select": "^17.9.0",
"@atlaskit/select": "^17.10.0",
"@atlaskit/ssr": "*",

@@ -74,3 +74,2 @@ "@atlaskit/textfield": "^6.3.0",

"@atlaskit/visual-regression": "*",
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"@atlassian/feature-flags-test-utils": "*",

@@ -154,4 +153,3 @@ "@testing-library/dom": "^8.17.1",

},
"homepage": "https://atlassian.design/components/modal-dialog/",
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
"homepage": "https://atlassian.design/components/modal-dialog/"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc