New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/inline-dialog

Package Overview
Dependencies
Maintainers
1
Versions
202
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 12.1.11 to 12.1.12

constellation/index/images/anatomy.png

21

CHANGELOG.md
# @atlaskit/inline-dialog
## 12.1.12
### Patch Changes
- [patch][3a09573b4e](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a09573b4e):
Change imports to comply with Atlassian conventions- Updated dependencies [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
- Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
- Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
- Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
- Updated dependencies [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
- Updated dependencies [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
- Updated dependencies [ca494abcd5](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca494abcd5):
- @atlaskit/popper@3.1.12
- @atlaskit/button@13.3.11
- @atlaskit/datetime-picker@9.4.0
- @atlaskit/icon@20.1.1
- @atlaskit/select@11.0.10
- @atlaskit/webdriver-runner@0.3.4
## 12.1.11

@@ -4,0 +25,0 @@

2

dist/cjs/InlineDialog/index.d.ts
import React, { Component } from 'react';
import { Props, Placement } from '../types';
import { Placement, Props } from '../types';
declare class InlineDialog extends Component<Props, {}> {

@@ -4,0 +4,0 @@ static defaultProps: {

@@ -5,4 +5,4 @@ "use strict";

var react_1 = tslib_1.__importStar(require("react"));
var react_node_resolver_1 = tslib_1.__importDefault(require("react-node-resolver"));
var analytics_next_1 = require("@atlaskit/analytics-next");
var react_node_resolver_1 = tslib_1.__importDefault(require("react-node-resolver"));
var popper_1 = require("@atlaskit/popper");

@@ -9,0 +9,0 @@ var version_json_1 = require("../version.json");

@@ -5,7 +5,7 @@ "use strict";

var styled_components_1 = tslib_1.__importDefault(require("styled-components"));
var colors_1 = require("@atlaskit/theme/colors");
var components_1 = require("@atlaskit/theme/components");
var constants_1 = require("@atlaskit/theme/constants");
var colors_1 = require("@atlaskit/theme/colors");
var elevation_1 = require("@atlaskit/theme/elevation");
var math_1 = require("@atlaskit/theme/math");
var elevation_1 = require("@atlaskit/theme/elevation");
var backgroundColor = components_1.themed({ light: colors_1.N0, dark: colors_1.DN50 });

@@ -12,0 +12,0 @@ var textColor = components_1.themed({ light: colors_1.N900, dark: colors_1.DN600 });

{
"name": "@atlaskit/inline-dialog",
"version": "12.1.11",
"version": "12.1.12",
"sideEffects": false
}
import React, { Component } from 'react';
import { Props, Placement } from '../types';
import { Placement, Props } from '../types';
declare class InlineDialog extends Component<Props, {}> {

@@ -4,0 +4,0 @@ static defaultProps: {

import { __extends } from "tslib";
import React, { Component } from 'react';
import { withAnalyticsEvents, withAnalyticsContext, createAndFireEvent, } from '@atlaskit/analytics-next';
import NodeResolver from 'react-node-resolver';
import { Manager, Reference, Popper } from '@atlaskit/popper';
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents, } from '@atlaskit/analytics-next';
import { Manager, Popper, Reference } from '@atlaskit/popper';
import { name as packageName, version as packageVersion, } from '../version.json';

@@ -7,0 +7,0 @@ import { Container } from './styled';

import { __makeTemplateObject } from "tslib";
import styled from 'styled-components';
import { DN50, DN600, N0, N900 } from '@atlaskit/theme/colors';
import { themed } from '@atlaskit/theme/components';
import { borderRadius, gridSize, layers } from '@atlaskit/theme/constants';
import { N0, DN50, N900, DN600 } from '@atlaskit/theme/colors';
import { e200 } from '@atlaskit/theme/elevation';
import { multiply } from '@atlaskit/theme/math';
import { e200 } from '@atlaskit/theme/elevation';
var backgroundColor = themed({ light: N0, dark: DN50 });

@@ -9,0 +9,0 @@ var textColor = themed({ light: N900, dark: DN600 });

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

@@ -8,18 +8,21 @@ "publishConfig": {

},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"sideEffects": false,
"atlaskit:src": "src/index.ts",
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/inline-dialog",
"sideEffects": false,
"author": "Atlassian Pty Ltd",
"atlaskit": {
"name": "Inline Dialog"
"atlassian": {
"team": "Design System Team",
"releaseModel": "scheduled",
"website": {
"name": "Inline dialog"
}
},
"team": "Design System Team",
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",
"dependencies": {
"@atlaskit/analytics-next": "^6.3.5",
"@atlaskit/popper": "^3.1.11",
"@atlaskit/popper": "^3.1.12",
"@atlaskit/theme": "^9.5.1",

@@ -35,11 +38,11 @@ "react-node-resolver": "^1.0.1",

"@atlaskit/build-utils": "^2.2.7",
"@atlaskit/button": "^13.3.9",
"@atlaskit/datetime-picker": "^9.2.8",
"@atlaskit/button": "^13.3.11",
"@atlaskit/datetime-picker": "^9.4.0",
"@atlaskit/docs": "^8.4.0",
"@atlaskit/icon": "^20.1.0",
"@atlaskit/select": "^11.0.9",
"@atlaskit/icon": "^20.1.1",
"@atlaskit/select": "^11.0.10",
"@atlaskit/single-select": "^9.0.1",
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/visual-regression": "^0.1.9",
"@atlaskit/webdriver-runner": "^0.3.0",
"@atlaskit/webdriver-runner": "^0.3.4",
"@testing-library/react": "^8.0.1",

@@ -55,3 +58,8 @@ "enzyme": "^3.10.0",

"ui"
]
],
"techstack": {
"@atlassian/frontend": {
"import-structure": "atlassian-conventions"
}
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc