@atlaskit/editor-plugin-card 7.0.5 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 7.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
8
+ [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
9
+ Bump @atlaskit/adf-schema to v49.0.5
10
+ - Updated dependencies
11
+
3
12
  ## 7.0.5
4
13
 
5
14
  ### Patch Changes
@@ -9,6 +9,8 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _react = _interopRequireDefault(require("react"));
10
10
  var _smartLinkList = _interopRequireDefault(require("@atlaskit/icon/core/smart-link-list"));
11
11
  var _primitives = require("@atlaskit/primitives");
12
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
13
+
12
14
  var IconDatasourceGlyph = function IconDatasourceGlyph(props) {
13
15
  return /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({
14
16
  xmlns: "http://www.w3.org/2000/svg",
@@ -27,6 +27,8 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
27
27
 
28
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
29
29
 
30
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
31
+
30
32
  var containerStyles = (0, _react2.css)({
31
33
  position: 'relative'
32
34
  });
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import React from 'react';
3
3
  import SmartLinkListIcon from '@atlaskit/icon/core/smart-link-list';
4
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
4
5
  import { Flex, xcss } from '@atlaskit/primitives';
5
6
  const IconDatasourceGlyph = props => {
6
7
  return /*#__PURE__*/React.createElement("svg", _extends({
@@ -11,6 +11,7 @@ import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
11
11
  import { cardMessages } from '@atlaskit/editor-common/messages';
12
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
13
  import LinkExternalIcon from '@atlaskit/icon/core/link-external';
14
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
14
15
  import { Anchor, Box, Text, xcss } from '@atlaskit/primitives';
15
16
  import { visitCardLinkAnalytics } from '../toolbar';
16
17
  const containerStyles = css({
@@ -1,6 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import React from 'react';
3
3
  import SmartLinkListIcon from '@atlaskit/icon/core/smart-link-list';
4
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
4
5
  import { Flex, xcss } from '@atlaskit/primitives';
5
6
  var IconDatasourceGlyph = function IconDatasourceGlyph(props) {
6
7
  return /*#__PURE__*/React.createElement("svg", _extends({
@@ -12,6 +12,7 @@ import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
12
12
  import { cardMessages } from '@atlaskit/editor-common/messages';
13
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
14
14
  import LinkExternalIcon from '@atlaskit/icon/core/link-external';
15
+ // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
15
16
  import { Anchor, Box, Text, xcss } from '@atlaskit/primitives';
16
17
  import { visitCardLinkAnalytics } from '../toolbar';
17
18
  var containerStyles = css({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^49.0.5",
35
+ "@atlaskit/adf-schema": "^49.0.6",
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
37
  "@atlaskit/button": "^23.2.0",
38
38
  "@atlaskit/custom-steps": "^0.11.0",
@@ -59,9 +59,9 @@
59
59
  "@atlaskit/menu": "^8.0.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/primitives": "^14.10.0",
62
- "@atlaskit/smart-card": "^40.0.0",
62
+ "@atlaskit/smart-card": "^40.2.0",
63
63
  "@atlaskit/theme": "^19.0.0",
64
- "@atlaskit/tmp-editor-statsig": "^9.5.0",
64
+ "@atlaskit/tmp-editor-statsig": "^9.7.0",
65
65
  "@atlaskit/tokens": "^5.5.0",
66
66
  "@babel/runtime": "^7.0.0",
67
67
  "@emotion/react": "^11.7.1",
@@ -71,7 +71,7 @@
71
71
  "uuid": "^3.1.0"
72
72
  },
73
73
  "peerDependencies": {
74
- "@atlaskit/editor-common": "^107.7.0",
74
+ "@atlaskit/editor-common": "^107.8.0",
75
75
  "@atlaskit/link-provider": "^3.4.0",
76
76
  "react": "^18.2.0",
77
77
  "react-intl-next": "npm:react-intl@^5.18.1"