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.4.1 to 13.4.2

6

CHANGELOG.md
# @atlaskit/inline-dialog
## 13.4.2
### Patch Changes
- [`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) - Internal changes to include spacing tokens in component implementations.
## 13.4.1

@@ -4,0 +10,0 @@

2

dist/cjs/InlineDialog/index.js

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

var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.4.1";
var packageVersion = "13.4.2";

@@ -37,0 +37,0 @@ var checkIsChildOfPortal = function checkIsChildOfPortal(node) {

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

maxHeight: "".concat(gridSize * 56, "px"),
padding: "".concat(gridSize * 2, "px ").concat(gridSize * 3, "px;"),
padding: "var(--ds-scale-200, 16px)".concat(" ", "var(--ds-scale-300, 24px)"),
zIndex: _constants.layers.dialog(),

@@ -56,0 +56,0 @@ background: "var(".concat(CSS_THEME_BACKGROUND, ")"),

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.1",
"version": "13.4.2",
"sideEffects": false
}

@@ -11,3 +11,3 @@ /** @jsx jsx */

const packageName = "@atlaskit/inline-dialog";
const packageVersion = "13.4.1";
const packageVersion = "13.4.2";

@@ -14,0 +14,0 @@ const checkIsChildOfPortal = node => {

@@ -32,3 +32,3 @@ /* eslint-disable jsx-a11y/no-static-element-interactions */

maxHeight: `${gridSize * 56}px`,
padding: `${gridSize * 2}px ${gridSize * 3}px;`,
padding: `${"var(--ds-scale-200, 16px)"} ${"var(--ds-scale-300, 24px)"}`,
zIndex: layers.dialog(),

@@ -35,0 +35,0 @@ background: `var(${CSS_THEME_BACKGROUND})`,

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.1",
"version": "13.4.2",
"sideEffects": false
}

@@ -11,3 +11,3 @@ /** @jsx jsx */

var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.4.1";
var packageVersion = "13.4.2";

@@ -14,0 +14,0 @@ var checkIsChildOfPortal = function checkIsChildOfPortal(node) {

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

maxHeight: "".concat(gridSize * 56, "px"),
padding: "".concat(gridSize * 2, "px ").concat(gridSize * 3, "px;"),
padding: "var(--ds-scale-200, 16px)".concat(" ", "var(--ds-scale-300, 24px)"),
zIndex: layers.dialog(),

@@ -41,0 +41,0 @@ background: "var(".concat(CSS_THEME_BACKGROUND, ")"),

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.1",
"version": "13.4.2",
"sideEffects": false
}
{
"name": "@atlaskit/inline-dialog",
"version": "13.4.1",
"version": "13.4.2",
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",

@@ -18,3 +18,4 @@ "publishConfig": {

"*": [
"dist/types-ts4.0/*"
"dist/types-ts4.0/*",
"dist/types-ts4.0/index.d.ts"
]

@@ -26,2 +27,3 @@ }

"atlassian": {
"disableProductCI": true,
"team": "Design System Team",

@@ -59,7 +61,7 @@ "deprecatedAutoEntryPoints": true,

"@atlaskit/button": "^16.3.0",
"@atlaskit/datetime-picker": "^12.2.0",
"@atlaskit/datetime-picker": "^12.3.0",
"@atlaskit/docs": "*",
"@atlaskit/icon": "^21.10.0",
"@atlaskit/modal-dialog": "^12.3.0",
"@atlaskit/section-message": "^6.2.0",
"@atlaskit/icon": "^21.11.0",
"@atlaskit/modal-dialog": "^12.4.0",
"@atlaskit/section-message": "^6.3.0",
"@atlaskit/select": "^15.7.0",

@@ -96,2 +98,3 @@ "@atlaskit/ssr": "*",

],
"design-tokens": "spacing",
"design-system": "v1",

@@ -98,0 +101,0 @@ "deprecation": "no-deprecated-imports"

@@ -1,5 +0,7 @@

## API Report File for "@atlaskit/inline-dialog"
## API Report File for "@atlaskit/inline-dialog".
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
> Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
```ts

@@ -22,2 +24,3 @@ import { default as React_2 } from 'react';

| 'testId'
| 'key'
| 'isOpen'

@@ -30,3 +33,2 @@ | 'onContentBlur'

| 'strategy'
| 'key'
| 'analyticsContext'

@@ -33,0 +35,0 @@ > &

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