@atlaskit/smart-card 28.1.2 → 28.1.3
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 +8 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +0 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +0 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +0 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.js +0 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +0 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +0 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 28.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#136861](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136861)
|
|
8
|
+
[`d640bacacaa13`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d640bacacaa13) -
|
|
9
|
+
bumped react-magnetic-di to 3.1.4
|
|
10
|
+
|
|
3
11
|
## 28.1.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
22
22
|
var context = exports.context = {
|
|
23
23
|
componentName: 'smart-cards',
|
|
24
24
|
packageName: "@atlaskit/smart-card",
|
|
25
|
-
packageVersion: "28.1.
|
|
25
|
+
packageVersion: "28.1.3"
|
|
26
26
|
};
|
|
27
27
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
28
28
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -22,7 +22,6 @@ var _messages = require("../../../../../messages");
|
|
|
22
22
|
var _flexibleUiContext = require("../../../../../state/flexible-ui-context");
|
|
23
23
|
var _actionGroupItem = _interopRequireDefault(require("./action-group-item"));
|
|
24
24
|
var _utils2 = require("../utils");
|
|
25
|
-
var _reactMagneticDi = require("react-magnetic-di");
|
|
26
25
|
var _excluded = ["triggerRef"];
|
|
27
26
|
/**
|
|
28
27
|
* @jsxRuntime classic
|
package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js
CHANGED
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.AIFooterMetadata = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
10
|
-
var _reactMagneticDi = require("react-magnetic-di");
|
|
11
10
|
var _reactIntlNext = require("react-intl-next");
|
|
12
11
|
var _primitives = require("@atlaskit/primitives");
|
|
13
12
|
var _aiIcon = _interopRequireDefault(require("../../../../../common/ai-icon"));
|
|
@@ -16,7 +16,6 @@ var _layeredLink = _interopRequireDefault(require("./layered-link"));
|
|
|
16
16
|
var _hoverCardControl = _interopRequireDefault(require("./hover-card-control"));
|
|
17
17
|
var _utils = require("../../../../state/flexible-ui-context/utils");
|
|
18
18
|
var _colors = require("@atlaskit/theme/colors");
|
|
19
|
-
var _reactMagneticDi = require("react-magnetic-di");
|
|
20
19
|
var _templateObject;
|
|
21
20
|
/**
|
|
22
21
|
* @jsxRuntime classic
|
|
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
|
|
|
17
17
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
18
18
|
var PACKAGE_DATA = {
|
|
19
19
|
packageName: "@atlaskit/smart-card",
|
|
20
|
-
packageVersion: "28.1.
|
|
20
|
+
packageVersion: "28.1.3",
|
|
21
21
|
componentName: 'linkUrl'
|
|
22
22
|
};
|
|
23
23
|
var Link = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "28.1.
|
|
7
|
+
packageVersion: "28.1.3"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -19,7 +19,6 @@ import { messages } from '../../../../../messages';
|
|
|
19
19
|
import { useFlexibleUiContext, useFlexibleUiOptionContext } from '../../../../../state/flexible-ui-context';
|
|
20
20
|
import ActionGroupItem from './action-group-item';
|
|
21
21
|
import { filterActionItems } from '../utils';
|
|
22
|
-
import { di } from 'react-magnetic-di';
|
|
23
22
|
const styles = css({
|
|
24
23
|
display: 'inline-flex',
|
|
25
24
|
lineHeight: '1rem',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Tooltip from '@atlaskit/tooltip';
|
|
3
|
-
import { di } from 'react-magnetic-di';
|
|
4
3
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
4
|
import { Box, Inline } from '@atlaskit/primitives';
|
|
6
5
|
import AIIcon from '../../../../../common/ai-icon';
|
|
@@ -12,7 +12,6 @@ import LayeredLink from './layered-link';
|
|
|
12
12
|
import HoverCardControl from './hover-card-control';
|
|
13
13
|
import { isFlexUiPreviewPresent } from '../../../../state/flexible-ui-context/utils';
|
|
14
14
|
import { N40 } from '@atlaskit/theme/colors';
|
|
15
|
-
import { di } from 'react-magnetic-di';
|
|
16
15
|
const elevationStyles = css({
|
|
17
16
|
border: `1px solid ${`var(--ds-border, ${N40})`}`,
|
|
18
17
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "28.1.
|
|
10
|
+
packageVersion: "28.1.3",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
|
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
15
15
|
export var context = {
|
|
16
16
|
componentName: 'smart-cards',
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "28.1.
|
|
18
|
+
packageVersion: "28.1.3"
|
|
19
19
|
};
|
|
20
20
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
21
21
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -22,7 +22,6 @@ import { messages } from '../../../../../messages';
|
|
|
22
22
|
import { useFlexibleUiContext, useFlexibleUiOptionContext } from '../../../../../state/flexible-ui-context';
|
|
23
23
|
import ActionGroupItem from './action-group-item';
|
|
24
24
|
import { filterActionItems } from '../utils';
|
|
25
|
-
import { di } from 'react-magnetic-di';
|
|
26
25
|
var styles = css({
|
|
27
26
|
display: 'inline-flex',
|
|
28
27
|
lineHeight: '1rem',
|
package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Tooltip from '@atlaskit/tooltip';
|
|
3
|
-
import { di } from 'react-magnetic-di';
|
|
4
3
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
4
|
import { Box, Inline } from '@atlaskit/primitives';
|
|
6
5
|
import AIIcon from '../../../../../common/ai-icon';
|
|
@@ -14,7 +14,6 @@ import LayeredLink from './layered-link';
|
|
|
14
14
|
import HoverCardControl from './hover-card-control';
|
|
15
15
|
import { isFlexUiPreviewPresent } from '../../../../state/flexible-ui-context/utils';
|
|
16
16
|
import { N40 } from '@atlaskit/theme/colors';
|
|
17
|
-
import { di } from 'react-magnetic-di';
|
|
18
17
|
var elevationStyles = css({
|
|
19
18
|
border: "1px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
20
19
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "28.1.
|
|
13
|
+
packageVersion: "28.1.3",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.3",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/form": "^10.5.0",
|
|
37
37
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
38
38
|
"@atlaskit/heading": "^2.4.0",
|
|
39
|
-
"@atlaskit/icon": "^22.
|
|
39
|
+
"@atlaskit/icon": "^22.18.0",
|
|
40
40
|
"@atlaskit/icon-file-type": "^6.5.0",
|
|
41
41
|
"@atlaskit/icon-object": "^6.5.0",
|
|
42
42
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react-error-boundary": "^3.1.3",
|
|
74
74
|
"react-lazily-render": "^1.2.0",
|
|
75
75
|
"react-loadable": "^5.1.0",
|
|
76
|
-
"react-magnetic-di": "^
|
|
76
|
+
"react-magnetic-di": "^3.1.4",
|
|
77
77
|
"react-render-image": "^1.1.3",
|
|
78
78
|
"use-sync-external-store": "^1.2.0",
|
|
79
79
|
"uuid": "^3.1.0"
|